Change selected menu item color

  • Author
    Posts
  • #57780

    Hi guys,
    Sorry I can’t find the solution on the forum, how would I go about changing the color of the menu items once they’ve been selected? Accent 1 and Accent 2 don’t seem to apply to those, nothing on the menu indicates that you’re actually on a certain page.
    Thanks in advance!
    PS: Can’t show you my website, I’ve got an under construction plugin activated, but I assume the CSS code to do that must be pretty standard?

    #58384
    Zed
    Cryout Creations mastermind

    You can use this CSS to style the current menu item:

    #access ul li.current-menu-item > a span {
        font-weight: bold; /* replace with desired styling */
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #58386

    Worked great, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change selected menu item color’ is closed to new replies.