Different Color Active Child on Dropdown

Hello,

Having bit of an issue tried several things on my website…

Heres the page…

http://tailwaggr.ca/products-page/collar-category/

Now were in the Collar Category and when you scroll over Shop the Collar child is tan because I have a rule for selected items to be tan, how can I make it a different collar for example the green or a grey just so its not tan and blends into the background.

Thanks,

Mike

Why do you have class=“selected” on the first LI in the submenu?

Because that is the page that it is on the Category Collars so I’d like it to be green or a grey or something and leashes in the submenu be the black like it is since not on that page. I’m using Wordpress.

Ah, OK. Well, you could just write a more specific rule, like this:

.navbar li .selected > a {
color:  #000;
background: green;
}