Site logo

Archived topic

change color individual menu item

1 reply · Started by Jasper on February 4, 2016

Viewing posts 1–2 of 2

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;
}

Very close!

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

That should do it :)

This archived topic is closed to new replies.