• Resolved davidschwartzer

    (@davidschwartzer)


    I am using a photo on the header which covers the menu bar and the header area. There is a faint white line that separates those two areas and it runs through the photo. Is there a way to remove that line so it looks like a single block?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @davidschwartzer,

    I understand you’re having an issue with a white line. I took a look at your example and it appears to be a bottom-border CSS variable in the theme for the header. You can remove this with CSS in Customize > Additional CSS.

    
    .site-header-wrapper {  
      border-bottom: none;  
      }
    

    I hope this takes care of the bottom border for you.

    Regards,
    Daniel F.

    Thread Starter davidschwartzer

    (@davidschwartzer)

    That worked perfectly. Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line between menu and header’ is closed to new replies.