Tagged: x
-
AuthorPosts
-
April 13, 2016 at 12:02 pm #880406
caitlinhParticipantI have the following code in the Customizer to remove all the underlines for top nav in Integrity. However, the active page is still getting an underline. How do I remove that too?
/* removes highlight line on hover */
.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > a {
box-shadow: none;
text-decoration: none !important;
}.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > a:hover {
box-shadow: none;
text-decoration: none !important;
}.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > li.sfHover > a {
box-shadow: none !important;
}April 13, 2016 at 8:41 pm #881266
DarshanaModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 15, 2016 at 9:22 am #884344
caitlinhParticipantThis reply has been marked as private.April 15, 2016 at 11:13 am #884469
caitlinhParticipantIt is showing up on the “custom link” menu items still.
April 15, 2016 at 10:51 pm #885219
Rue NelModeratorHello There,
Thanks for writing in. Though you’ve given the WP access, we could not login or even view the site because we are greeted by this login form: http://prntscr.com/asu3hx.
Meanwhile, simply use this code that applies to which stack you are using.
Integrity stack:
.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 { border: none; box-shadow: none; }Renew stack:
.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 { border: none; box-shadow: none; }Ethos stack:
.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 { border: none !important; box-shadow: none; } .x-navbar .desktop .x-nav>li>a { border: none !important; }Icon stack, you can use this code if ever you want to remove the rounded borders;
.x-navbar .desktop .x-nav>li>a>span { border: none; }Hope this helps. Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-880406 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
