Hello!
I would like to remove the hover underline under the two social icons in my menu. I would like the rest of the menu items to have that underline as it is a one-page site. I tried this, selecting for just that menu item with no luck.
#menu-item-125 .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
box-shadow: none !important;
}
I appreciate your help!
Diamond