Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums HTML Templates Elvyre Retina Ready HTML5 Template first child of "li" always active in service tabs Reply To: first child of "li" always active in service tabs

#1696
Robert Kavgić
Participant

Hello,

First, remove the class="active" from the HTML source.

Then, go to js/include.js and go to about 92 line:

$tabLis.first().addClass('active').show();

Delete this line, and the class won’t be added to the first item anymore.

Robert