• I read a reply–>You can actually change the menu colors by navigating to WP Admin > Appearance > Customize, Theme Design > Menu
    This does not work for Astra Theme. the “Theme design” is not an option (after you select customize). ALSO, I added CCS–added–>
    .main-navigation ul li:hover > a {
    background: #124ae3;color: #ffffff;}
    The font color is still green. It should be white FFFFFF.
    It is a small point. But, it is bothering the heck out of me.
    NOTE: other themes have the menu button font color selections in the customizer. I can say this because I have used those “other” themes.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It looks like you want to change the menu color for the current page.

    .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link {
       color: #ffffff;
    }

    However, that’s not really visible.

    Maybe this is better?

    .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link {
        color: #fff;
        background: black;
        border-radius: 9px;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer. https://www.ads-software.com/support/article/appearance-customize-screen/

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Thread Starter irminator

    (@irminator)

    No I want to change the navigation menu..not for “one” page. It does not make sense?
    NAVIGATION means….TOP MENU..Main MENU
    I did use–> the “Additional CSS” option in the customizer…for code changes.
    I am a retired programmer and know a bit of somethings.. I do not know why I want a black background as you suggested. If you provide some code. explain yourself.
    Thank you for the TEST sites. I think it will be helpful..
    Thank you -Irma

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I change navigation menu “hover” font color’ is closed to new replies.