Himas Rafeek
Posted on: 2 years ago
CSS

Change submenu colors for active

To specify background and text colors for the secondary nav in the active stack.


                                          .block-type-navigation ul.menu li.current_page_item a:hover {
    background-color: #F5E68E;
    color: #009ED8;
}