How do I remove the line under the header?

The header I use is not created by Header, but under the Theme Options. How do I remove the white line under the header? See the website here
https://lindakohlercs.com/

Hello @brianstock,

Thanks for writing to us.

To remove the line under the Header you can add this custom CSS under Pro—>Theme Option —>CSS

.x-navbar {
box-shadow: none;
border-bottom: 0;
}

The purpose of providing the custom CSS 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.

Hope it helps.
Thanks

It worked! Thanks very much!

We are delighted to assist you with this.

Cheers!

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