Tagged: x
-
AuthorPosts
-
June 23, 2016 at 7:01 pm #1057168
turnkeyflyersParticipantHi, I am linking to several areas of my homepage. This results in all the links being underlined, while on the homepage: http://geniusflyers.com/ I would like to remove the underline from these links (it’s ok to leave the hover color change). I tried this code from another post but it didn’t work:
.x-navbar .desktop .x-nav > .current-page-ancestor > a > span:hover { text-decoration: none; }June 23, 2016 at 11:34 pm #1057570
NicoModeratorHi There,
Thanks for writing in.
To remove the underline, add this in your customizer’s custom CSS:
navbar .desktop .x-nav > li.current-menu-item > a > span { box-shadow: none; }Hope it helps.
Let us know how it goes.
Thanks.
June 24, 2016 at 5:53 pm #1058619
turnkeyflyersParticipantHi, I tried that but no luck.
June 24, 2016 at 9:59 pm #1058897
FriechModeratorHi There,
Did you set your one page navigation to be the primary menu? It should not be one page navigation should assign specifically to a page that is design to be a one page. That is why all your menu items are highlighted.
To completely remove the underline, update the given code to 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 it helps, Cheers!
June 28, 2016 at 7:14 pm #1064019
turnkeyflyersParticipantI don’t understand what you mean about the navigation but I entered this code and it works. Thanks,
June 29, 2016 at 1:51 am #1064394
NicoModeratorHi There,
Happy to hear that it helped.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1057168 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
