I’ve found various references to this, but I can’t get it to work.
I am using a menu with a setting of button style (coloured)
I would like the buttons to change colour when I rollover the button.
Does anyone have any ideas on how I can edit the css to do this?
Thanks very much.
Hey arcray,
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
#top #wrap_all .header_color li.av-menu-button-colored:hover > a .avia-menu-text {
background: #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria
Brilliant- thank you :)