-
Like if you’re on the home page then HOME is blue while the rest are black.
It seems already working like this. https://app.screencast.com/onBQeznk9QrZ4
Am I missing something?
-
GrownUpBoy
Sorry, I don’t think I was clear in my question.
I want to change the color on the hover state but just for the selected category (ie: HOME).
So it would be blue (or whatever color is set in the customizer) until rollover then I’d like to change the color just for the hover state. Couldn’t figure out what the CSS selector would be. 🙂
Thanks!
Karl
-
Do you mean to have a different hover background color for the current menu item?
If so, try this:.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a { background-color: red; }
-
GrownUpBoy
That’s it! Sorry for so many little questions… But I couldn’t be happier with the support you’ve provided.
Really appreciate it!!
Karl
-
Glad to hear that and you are very welcome 🙂
- You must be logged in to reply to this topic.