Hi – On the main menu upon mouse hover, is there any way to make the background of the entire menu option change? The menu text changes colors but I’d like the background to change too upon hover. Thanks!
Hi,
Can you post the link to your website please? Also, what color you want to have as a the background?
Regards,
Josue
noblewhy.com
Maybe a light grey like:
#dfdfdf
Hi!
Add this to the Quick CSS:
#avia-menu li:hover a {
background: #DFDFDF;
}
Cheers!
Josue
Thanks! That worked.