Tagged: x Author Posts January 11, 2017 at 3:51 pm #1326184 ZachParticipant I’m trying to remove the hover underline on the nav in Ethos. I tried the following, but it’s still there. .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: none; } In case you need to check it out, the URL is https://petronellacomputer.com/security. January 11, 2017 at 9:24 pm #1326607 Prasant RaiModerator Hello There, Thanks for writing in! Please try following code instead: .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: none !important; } Let us know how it goes. Thanks. January 12, 2017 at 10:11 am #1327353 ZachParticipant That did the trick- thanks! January 12, 2017 at 10:28 am #1327385 Prasant RaiModerator You are most welcome. 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1326184 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In