Hello,
As you can see here (http://nwl.brianhbirch.com/), I have my color for navigation set to white as primary, but then when you scrolls and the sticky header appears, the color changes to a dark gray. This is what we wanted. BUT when you click on a subpage like “About”, the selected page appears to disappear (seems to also use the primary menu color, which is set to white due to the home page issue overlay) because the navigation background is also white.
Any advice would be appreciated.
Brian
Hey getmebrian,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.current-menu-item .avia-menu-text{
color: #555555!important;
}
.current-menu-item:hover .avia-menu-text{
color: #FFF!important;
}
Best regards,
Vinay
Thank you!