Support provided me some quick css to make it so that the current active page menu color is #018db0 However, when I scroll down the page this goes away. Can you provide me with some quick css to make it so that when the shrinking header shows up the active page menu color is #018db0 (See attached images)
Hey djshortkut!
Thank you for using Enfold.
Please replace the code with this:
#top .av-main-nav li a:hover .avia-menu-text, #top .av-main-nav li.current-menu-item > a > .avia-menu-text {
color: #018db0 !important;
}
Regards,
Ismael
Thank you Ismael! You can close this thread.