Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #181673

    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!

    #181752

    Hi,

    Can you post the link to your website please? Also, what color you want to have as a the background?

    Regards,
    Josue

    #181753

    noblewhy.com

    Maybe a light grey like:
    #dfdfdf

    #181757

    Hi!

    Add this to the Quick CSS:

    #avia-menu li:hover a {
    background: #DFDFDF;
    }
    

    Cheers!
    Josue

    #184905

    Thanks! That worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Main Menu Hover Color’ is closed to new replies.