Header - Navbar

Hi there,
Please how can I erase the white lines in the navbar ?

Screenshot

Thanks in advance !

Hey @joserodrigz,

It looks like you’re using Ethos. Please add this code in Theme Options > CSS.

.x-navbar .desktop .x-nav > li > a {
    border: 0 !important;
}

Hope that helps.

Great !
Thanks

You’re welcome.

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