Site logo

Archived topic

About Primary Navigation

3 replies · Started by Former User on February 24, 2023

Viewing posts 1–4 of 4

Hello,

When an article in my blog is choose from a certain category then on top menu that category does not have hover effect and what I want is for that effect to show.

For example on URL below when you go on top menu to "Themes" item wont make hover effect of black background like happens with the rest, how I can make for this to show?

Thank you and I hope I explain my self correctly,

Sara

Hi Sara,

Try adding this CSS:

.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
    background-color: #2c2c2c;
}

Hello Ying,

Thank you very much for this solution, it worked perfectly :)

Glad to hear that :)

This archived topic is closed to new replies.