Hi,
How do I change the active menu item with a transparent header? Everything works except for the active menu item. Site details in private content.
Thanks,
Gabe
Hey connect4consulting,
Try this code in the General Styling > Quick CSS field:
#top .av_header_transparency .av-main-nav li a:hover .avia-menu-text, #top .av_header_transparency .av-main-nav li.current-menu-item > a > .avia-menu-text {
color: #EA9137 !important;
}
Best regards,
Mike
Hi Mike,
That’s helpful. Now how do I make the same change when it’s not a transparent header. See my private content for the non transparent header location.
Thanks!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-main-nav li a:hover .avia-menu-text, #top .av-main-nav li.current-menu-item > a > .avia-menu-text {
color: #EA9137 !important;
}
Best regards,
Yigit