Menu Colour

  • Unknown's avatar

    I recently found a forum helping another blogger change their menu from black to white and the font from white to black. This helped me also change mine, however now the drop down is all white until I hover over menu options and then it turns black. What do I need to adjust in my code to make the font black without hovering over it?

    This is the code I am using: .main-nav ul li:hover > ul { background: #fff; }

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

  • Unknown's avatar

    Hi there, I’ve looked over the CSS and HTML on your site with MH Magazine, and I see you have used this rule to force the submenu text to black.

    .main-nav .sub-menu a {
        color: #000 !important;
    }

    In this particular case, it looks like that is the correct solution given the HTML and the original CSS.

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