• Resolved canucklehead50

    (@canucklehead50)


    Just got around to updating theme and WP installation to most recent versions. I discovered that the main menu color had changed to a very dark color and was hard to read. I believe it used to be white. The only place I could find to change the color was under Global/Colors/base colors/text but that changes both the menu text as well as body text, so if I change to white you can’t read body text but can read the menu. I added some custom CSS many months ago and now I am unsure what elements those apply to. I have temporarily changed the color to a more grey so you can still read body text and somewhat see the menu. Any suggestions are appreciated! Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @canucklehead50,

    On the Astra free, the Menu color should inherit from the Link Color under Base Colors on the Global Section of the Customizer. I am gong to forward this to our team to check if there’s something that needs to be fixed.
    ?
    In the meantime, please use the following CSS code to change the Menu color of your site

    /** Menu color */
    .main-header-menu .menu-link {
        color: #ffffff;
    }
    
    /** Menu hover color */
    .main-header-menu .menu-item:hover > .menu-link {
        color: #ffff00;
    }
    
    /** Active menu color */
    .main-header-menu .current-menu-item > .menu-link {
        color: #ff0000;
    }

    ?Feel free to change the color in the code above.

    ?I hope that will help. Feel free to reach out to us if you have any further queries.

    ??Kind regards,
    ?Herman ??

    Thread Starter canucklehead50

    (@canucklehead50)

    Perfect, thanks for the fix!!

    You’re most welcome, @canucklehead50!

    Please mark the topic as resolved and do let us know if there’s anything else we can help you with.

    ??Have a nice day and stay safe!

    ??Kind regards,
    ?Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu color changed’ is closed to new replies.