• I’m running into all sorts of issues trying to make a custom logo/header for my page. Every time I adjust something, it resizes my image. Check it out:

    The main thing I want to do at the moment is remove those horizontal lines that are on top and below the main navigation menu titles, since it is interfering with parts of my image. Is there any way to do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • What theme are you using? Just Make?

    Hey Laci,

    Apologies for the late reply.

    You can remove the horizontal lines from your header by adding following custom CSS to your theme using Advanced CSS Editor:

    ul#menu-main-navigation{
        border:none;
    }

    Hope it helps.

    This works:

    .header-layout-3 .site-navigation .menu {
    border: none;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It should work providing you follow all of the advice. If it doesn’t, please link your site so that we can investigate. If your issues turns out not to be relevant then you’ll have to open a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove horizontal lines from navigation menu on header?’ is closed to new replies.