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?
February 10, 2019 at 6:03 am
#282615
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;
}