Change menu button background coloe

  • I would like to change the menu button color from green to grey on this website: http://www.forwardfundraisers.com. I have the CSS add on. What code to I put in to do this?

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

  • Hi there,

    You may wish to try the following CSS code… I used #555 as the color code for grey but you can replace it with your preferred hex color code

    .main-navigation a:hover {
    	color: #555;
    }
    
    .main-navigation .primary-menu .current-menu-item > a,
    .main-navigation .primary-menu .current_page_item > a {
    	border-color: #555;
    }

    Please be aware that this is the support forum for our free sites, which do not have the same features as sites under our Premium plan. Because of this we are not on the lookout for CSS questions in this forum.

    However, your upgrade includes priority support access so next time you can skip the wait and ask for our help here, thanks!

    https://wordpress.com/help/contact

  • The topic ‘Change menu button background coloe’ is closed to new replies.