How to remove white line on fixed top nav bar

Hi:
I am using Ethos Stack with fixed top nav bar. When I scroll, a line

underneath the nav bar is visible on top of the page, how can this be removed or made invisible?

Thanks,
Cindy

Hello Cindy,

Thanks for writing to us.

In order to remove the border from the header, you can use this custom CSS code under Theme Option —>CSS

.x-navbar {
border-bottom: none;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you!

Hello Cindy,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.

Thanks

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