Reply To: Anchor Tags (Again)

Home Forums Support Anchor Tags (Again) Reply To: Anchor Tags (Again)

Home Forums Support Anchor Tags (Again) Reply To: Anchor Tags (Again)

#224334
Tom
Lead Developer
Lead Developer

Ah, that’s because all of the other menu items are current menu items.

You can set this manually like this:

.main-navigation .main-nav ul .current-menu-item > a:hover {
    background: red;
}