Tagged: x
-
AuthorPosts
-
November 29, 2016 at 7:52 am #1274636
Anton DavisParticipantHi,
can you please tell me how to remove the thin white line below the navbar on my page? Also i would like to remove the thin white line between the top and bottom footer fields.
I have tried this custom css but to no avail.
.x-navbar-fixed-top-active .x-navbar-wrap {
margin-bottom: 0px !important;
}and
body .x-navbar {
border-bottom:0;
}Thanks
November 29, 2016 at 7:54 am #1274637
Anton DavisParticipantThis reply has been marked as private.November 29, 2016 at 7:57 am #1274644
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-navbar-fixed-top-active .x-navbar-wrap { margin-bottom: 0px !Important; }Hope it helps
Joao
November 30, 2016 at 4:25 am #1275781
Anton DavisParticipantHi,
As mentioned in my first post, I tried that but it doesn’t work.
Any other ideas?
Thanks
November 30, 2016 at 4:47 am #1275825
LelyModeratorHi Anton,
Please use this instead:
.x-navbar { border-bottom: 0; box-shadow: none; }It is both border and box shadow.
Then also look for this part:.widget_nav_menu .current-menu-item>a {background-color: lightgrey}Add semi colon at the end like this:
.widget_nav_menu .current-menu-item>a {background-color: lightgrey;}Hope this helps.
November 30, 2016 at 4:56 am #1275829
Anton DavisParticipantThat worked! Thank you.
November 30, 2016 at 5:07 am #1275847
LelyModeratorYou’re welcome Anton!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1274636 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
