First of all i want to thank you all for providing such beautiful templates to joomla community.
I want to use sporter template for a home and garden website . I know, interesting approach
Started digging inside codes to customize the menu hover effect with a particular color, color that will be used inside CSS aswell for submenu bar.
First, i edited "menu_tab_middle" and "menu_tab_notlast" image files located inside templatesgk_sporterimages folder. So far so good.
But i noticed that the first tab and the last tab has some different hover effect.
Using fireburg i realised that if i change the class to "mega" for those specific <li items the menu work the way i wanted.
The modifications i want to do, that works in fireburg, but i want to "hard-code" them inside the files.
<div id="gksdl-mainnav" class="gk-menu">
<ul id="gk-menu" class="level0">
<li id="gksdl-mainnav1" class="mega active first icon-home active">
</li>
changed to
<li id="gksdl-mainnav1" class="mega icon-home">
</li>
same for
<li id="gksdl-mainnav125" class="mega last"
changed to
<li id="gksdl-mainnav125" class="mega"
Where i cand modify the above <li>'s and inside what files?
Fireburg doesn't say anything about files that contain these lines.
Thank you soo much!