Tagged: x
-
AuthorPosts
-
July 28, 2016 at 1:11 pm #1107461
Hey there, I am working on removing the white line below the navbar on this site – http://wayside.reachrightstudios.com/about/ I have the following global css entered:
.x-navbar{
background-color:#23282D;
border-bottom: none ;
box-shadow: none ;
}I can’t seem to get rid of it using this. The navbar is fixed and the white line goes away when I scroll. Any ideas?
July 28, 2016 at 1:14 pm #1107466Hey There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.July 29, 2016 at 11:15 am #1109005This reply has been marked as private.July 29, 2016 at 1:46 pm #1109203Hi There,
I can´t see any whiteline below your navbar, please clean your browser cache and check it again.
Let us know how it goes,
Joao
July 29, 2016 at 1:53 pm #1109217I have done this and have tested on multiple browsers. It is not on the homepage. On the inside pages where we use a solid color you can see the white line.
Here is an example:
July 29, 2016 at 3:08 pm #1109305Hi There,
Please add the following code to Appereance Customizer Custom CSS
.x-navbar-fixed-top-active .x-navbar-wrap { margin-bottom: 0px !important; }
Hope that helps
Joao
July 29, 2016 at 3:29 pm #1109343Nailed it. Thanks Joao. You Rock!
July 29, 2016 at 3:51 pm #1109372Thanks for the kind words, have a great weekend! 🙂
-
AuthorPosts