The menu can be changed so that it makes the links orange instead of the background when a menu item is hovered over or is the current page.
There’s just one caveat. For technical reasons, the CSS needs to be added with the Simple Custom CSS plugin instead of the Custom CSS section in the Customizer.
Also, the CSS looks insane, but it works perfectly ??
#menu-primary-items .current-menu-item > a, #menu-primary-items .current_page_ancestor > a, #menu-primary-items .current_page_item > a, #menu-primary-items .current_page_ancestor > a, .menu-unset ul .current-menu-item > a, .menu-unset ul .current_page_ancestor > a, .menu-unset ul .current_page_item > a, .menu-unset ul .current_page_ancestor > a, .menu-primary-items a:hover, .menu-primary-items a:active, .menu-primary-items a:focus, .menu-unset ul a:hover, .menu-unset ul a:active, .menu-unset ul a:focus, .menu-primary-items ul a:hover, .menu-primary-items ul a:active, .menu-primary-items ul a:focus, .menu-unset ul ul a:hover, .menu-unset ul ul a:active, .menu-unset ul ul a:focus {
background: white;
color: #e6a117;
}