Hi,
How do I change the color of the font and/or background for the active menu item in the main menu?
Thank you!
Karen
Hey KarenRushforth!
Add this to your custom CSS.
.current-menu-item > a > .avia-menu-text {
color: white !important;
}
.current-menu-item > a {
background: red;
}
Cheers!
Elliott
Super fast response! Thank you so much.
It only actually half works. It is not recognizing the text color.
Hey!
Should be working now. Just needed to add an !important override.
Best regards,
Elliott
Perfect! Thank you.