I’m using a transparent header on the home page with white font-color on the menu items
But need to change font to black after it scrolls down and becomes a fixed menu header
Hey kodacurrie,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
#top #header .av-main-nav li a .avia-menu-text{
color:#fff!important;
}
#top #header.header-scrolled .av-main-nav li a .avia-menu-text{
color:#000!important;
}
Best regards,
Jordan Shannon
That worked! Thank you. (you can close this thread now!)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon