change color individual menu item

Home Forums Support change color individual menu item

Home Forums Support change color individual menu item

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170298
    Jasper

    How to change the active color of an individual menu item?

    I thought about something like this, but no luck:

    .main-navigation .main-nav ul .current-menu-item .menu-item-153 > a {
    color: #ed3333;
    }

    #170497
    Tom
    Lead Developer
    Lead Developer

    Very close!

    .main-navigation .main-nav ul .current-menu-item.menu-item-153 > a {
        color: #ed3333;
    }

    That should do it 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.