-
AuthorPosts
-
August 4, 2015 at 7:52 am #349597
Hi There,
Please find following code from your Custom > CSS:
.x-navbar .x-nav > li:first-child > a { border-left: 1px solid #171717 !important; box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.065), inset -1px 0 0 0 rgba(255, 255, 255, 0.065) !important; }
Then change to:
.x-navbar .x-nav > li:first-child > a { border-left: none !important; box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.065), inset -1px 0 0 0 rgba(255, 255, 255, 0.065) !important; }
Hope it helps.
August 4, 2015 at 3:36 pm #350040The Black bar still appears. Any Suggestions
August 4, 2015 at 4:10 pm #350056August 4, 2015 at 7:35 pm #350191Hi again,
Please paste the following code in your child theme’s style.css file:
.x-navbar .x-nav > li:first-child > a { border-left: none !important; }
Let us know how this goes!
August 5, 2015 at 3:30 am #350521Please help with navbar. There still is a black bar that hovers only http://www.tampabaywebsitedesigner.com/tampa-online-marketing-services/
August 5, 2015 at 3:53 am #350535Hi,
To remove it, you can add this under Custom > CSS in the Customizer.
body .x-navbar .x-nav > li:first-child > a { border:0; box-shadow:none; }
Hope that helps.
-
AuthorPosts