Tagged: x
-
AuthorPosts
-
May 2, 2016 at 11:57 pm #910185
jbbaille2ParticipantHi Support!
There are already some solutions about this issue on the forum but no one works on my page… I would like to remove the underline that appears:
1) When a page is selected
2) or when hoover on the menu item.I tried this:
.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;
}It didn’t work…
Thank you for your help!
Cheers, JB
May 2, 2016 at 11:57 pm #910186
jbbaille2ParticipantThis reply has been marked as private.May 3, 2016 at 2:54 am #910339
RupokMemberHi there,
Thanks for writing in! It seems you have duplicate code that might overriding this. Let’s update your code with this :
.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; }Hope this helps.
Cheers!
May 3, 2016 at 5:38 am #910491
jbbaille2ParticipantGreat, the !important worked! thank you very much
May 3, 2016 at 8:26 am #910699
JoaoModeratorYou are welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-910185 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
