Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wordpress – how to keep parent menu stay highlighted on child page? Reply To: wordpress – how to keep parent menu stay highlighted on child page?

#282615
Shikkediel
Participant

I was just referring to the general rule in the stylesheet, you would only need the last identifier to target the menu links. And if you want to change that single particular link, then you could just add a to what you already came up with:

#menu-item-1573 a {
color: #32bff2;
}