Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    You can target the current page with a different colour in the main menu with this custom CSS, swapping the gold colour for anything you prefer:

    #site-navigation .current-menu-item a {
      color: #d1b253;
    }
    

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

    Thread Starter matttaylor35

    (@matttaylor35)

    Thank you for the swift response Kathryn.
    That code worked perfectly.

    Thank you very much
    Matt

    Moderator Kathryn Presner

    (@zoonini)

    You’re very welcome! I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Primary Navigation Active State’ is closed to new replies.