Navbar color issue

Hello how do I clear the thin white line from the bottom of my nav bar between the slider and the menu buttons?

Here is the site I am working on.

Thanks!

Hi Edgar,

Thank you for writing in, please add this to Theme Options > CSS

.x-navbar-fixed-top-active .x-navbar-wrap {margin-bottom: 0;}
.x-navbar {border-bottom: 0;}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.