• Is there any way to get rid of the lines in the header? (See my website) Check out the blue lines going right through my header title and picture. I don’t mind the one on the bottom, but want to get rid of the top one. And it’d also be great to move that search bar over to the left slightly, so as not to hit my picture.

    I can’t figure out where these are located, or what custom code to change to fix it.

    • This topic was modified 8 years, 4 months ago by lacimorgan.
Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    To remove line that show on top in header, you have to remove below css line form ‘style.css’ of your website’s theme file located here.

    .header-layout-3 .site-navigation .menu {
        border-top: 1px solid #eaecee;/////////////////////////Remove this line\\\\\\\\\\\\\\\\\\\\\\\\\\\\
        border-bottom: 1px solid #eaecee;
    }

    Hope this helps you!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Lines in header’ is closed to new replies.