Hi there,
I’d like to show a different colored background for each of the pages of our primary menu navigation on active pages. I’ve tried this for one, but it’s not working?
Can you please tell me what I’m messing up?
Thanks a lot
.menu-item-75 a:active {
background-color: #000;
}
.menu-item-30 a:active {
background-color: red;
}