• Hi there,

    Can you please help me change the color of the active menu item? I am able to change the hover over color but not the active item (it’s still green).

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Hi @cecybot,

    There is no dedicated option to configure it on the Astra theme. Please try adding the following CSS code in Appearance > Customize > Additional CSS

    ?.main-header-menu .current-menu-item > .menu-link {
        color: ##6d95bc?;
    }?

    ?You can change the color in the code above as per your requirement.
    ?
    ?I hope that will help. Feel free to reach out to us if you have any further queries.

    ??Kind regards,
    ?Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of active menu item’ is closed to new replies.