Menu Colours

  • Unknown's avatar

    Hi there! I would love it so that, when people hover their mouses over my menu (such as on the services page), it is the same dark grey background and white text as the rest of my menu. Could someone please help me with that code? Thank you so much!

    Home

    At the top, the services tab has a menu… the drop down colour is white, whereas on the mobile version of my site it is grey. It looks so much more cool.

    Image in my folders.

    Many thanks. Losing my mind with it.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    Dropping this code in your custom CSS area should do the trick:

    .sub-menu li {
    	background-color: #525252;
    }
    
    .sub-menu li:hover {
    	background-color: #525252 !important;
    }
    
    .sub-menu a {
    	color: #FFF !important;
    }
    
    .sub-menu a:hover {
    	color: #d1d1d1 !important;
    }

    Let me know if that doesn’t work!
    Sage

  • The topic ‘Menu Colours’ is closed to new replies.