Tagged: active menu item, transparent header
How can I best set the styling of active menu items in the transparent header option? Currently it only works in the sticky header. The active menu item has a different color. But in the default menu state (not scrolled), the active color isn’t showed.
I’ve set the active color in the Advanced Styling panel, using the Main menu links option.
Other things I’ve tried, but without succes: General Styling and Custom CSS.
Any suggestions?
Hey Wouter,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header.header_color.av_header_transparency .av-main-nav > li.current-menu-item > a .avia-menu-text {
color: #c58608;
}
If you need further assistance please let us know.
Best regards,
Victoria
Ok, fixed it with this CSS: .current-menu-item .avia-menu-text { color: #c58608 !important; }
Hi wvanderzee,
Glad that it’s fixed. :)
Let us know if you need further assistance.
Best regards,
Nikko