Howdy, Is there a way to change the individual background colors of the menu item on hover? For example I would like the backgorund box of About – red, Work – yellow, Services – green, and Contact – Blue
Hey bellwetherroofing,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header .av-main-nav > li#menu-item-54:hover > a {
background-color: red;
}
#top #header .av-main-nav > li#menu-item-57:hover > a {
background-color: yellow;
}
#top #header .av-main-nav > li#menu-item-55:hover > a {
background-color: green;
}
#top #header .av-main-nav > li#menu-item-58:hover > a {
background-color: green;
}
Best regards,
Rikard
Thanks Keymaster.