Tagged: current-menu-item
Dear Kriesi,
I want the current page to be highlighted in the main menu.
With your help I previously used the following in Quick CSS, but since upgrading to Enfold 3.0.1 this is no longer working
li.current_page_item a {
color: #ff553e !important;
}
Hey Richard!
Thank you for using our theme.
Try to replace the code above with:
li.current_page_item a .avia-menu-text{
color: #ff553e !important;
}
Cheers!
Günter
Thanks, this worked