How can I remove the header divider in the Studio Theme?

Hello there,

I am trying to remove the thin black line below my header - STUDIO THEME. The line is separating my page from the content and because I have a white background, it’s causing some break in the design.

Let me know if you are a wizard and can figure it out for me!

Hello @Sarahnunnally

This is Amelia at PageFly - Shopify Advanced Page Builder app.

Can you provide me with your URL link so I can check it for you?

Hi @Sarahnunnally

Would you mind to share your store URL? Thanks!

Hey there! Yes, it’s Sarahnunnallyart.com

Thanks for your help!

Hello @Sarahnunnally

Could you please provide me with a photo of the location of the line you are referring to? This will help me to accurately address your request.

I would love for the thin black line below “ HOME SHOP CUSTOM ABOUT” to be taken away!

Hello @Sarahnunnally

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

.header-wrapper {
   border: none !important;
   outline: none !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Unfortunately, that didn’t do it! Let me know if you have any other ideas!

Actually - got it! Thank you so much!!!