Theme border covering product image - Prestige Theme

Can’t remove the header otherwise I don’t have one for homepage. Is there anything I can do?

https://ellespades.com/

password: stahso

1 Like

Hello @IcyWater

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

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 or theme.css or style.css

Step 3: Add code

header {
   display: none !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Thanks for the reply, this has just removed my header. I still want my header on my homepage though.

Hi @IcyWater

Just to clarify, the header is not covering the product image. It just dont have space on that side so it look like.

if you like to add space on the top.

Check this one.

div#shopify-section-product-template {
    padding-top: 5%;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like