Reply To: Odd Menu – Shows Active on Categories

Home Forums Support Odd Menu – Shows Active on Categories Reply To: Odd Menu – Shows Active on Categories

Home Forums Support Odd Menu – Shows Active on Categories Reply To: Odd Menu – Shows Active on Categories

#192407
Tom
Lead Developer
Lead Developer

Hmm, interesting. I don’t think WP core saw this coming when they added the functionality to set all items that point to the homepage as current when on the home page.

You can try doing something like this:

.main-navigation .main-nav ul .menu-item-home.current-menu-item > a {
    background: #222;
    color: #FFF;
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/