Hello,
how can I set the coloured line that is under the activated menu item higher?
Thanks!
Here you can see what I mean:
http://img5.fotos-hochladen.net/uploads/unbenanntyx062dnrjf.png
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-menu-fx { bottom: 25px; }
Cheers!
Yigit
It works, at the top of the page, but when I scroll down, the line is above the menu items. How can I fix that?
Hey!
Please use following code instead
.avia-menu-fx { display: none; }
.av-main-nav > li.current_page_item > a > .avia-menu-text {
border-bottom: 2px solid #77b63c;
padding-bottom: 5px;
}
Regards,
Yigit
Perfect, thanks!