Dear Kriesi Team,
How do I change certain menu color and highlight color of the main menu header for specific item?
For example, About & Partners (menu item) on the header to have different menu color and highlight color. Link is provided the private content below.
Best regards,
Marcus
Hey Kayzel,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#menu-item-71 .avia-menu-text {
color: red;
}
#menu-item-71:hover .avia-menu-text,
#menu-item-1118:hover .avia-menu-text {
color: #fff;
}
#menu-item-1118 .avia-menu-text {
color: green;
}
If you need further assistance please let us know.
Best regards,
Victoria