Almost there. The code provided got the underline working, but the boxes around each menu item selected is still there. I’d like to get rid of those boxes. Thanks.
Not sure if you saw me reply above, but I am looking to get rid of the box that follows the cursor when you hover over one of the menus. I just want an underline on menu hovers, no boxe. The code you provided added the line, but the box is still there.
Sorry for the late response, please add the below given CSS to custom CSS box we pointed earlier.
#main-nav ul li a:hover, #main-nav ul li:hover > a, #main-nav li.current-menu-item > a, #main-nav li.current_page_item > a {
background-color: initial;
}