How to remove the "Open your free Shop" button

Can someone send me the coding to remove this. I had it removed on my shops and now I am assuming the location was changed and it shows up again…

#buttonSpreadshirt { display: none; }

Where do you put it?

In your Shop Admin under Advanced > HTML & CSS > Edit Shop CSS

Hi,

I added the css code but it doesn’t remove the text from my webshop. Can
someone assist me?

And it there a way to remove the header from the shop since I allready have my own header including navigation bar below it. I am using wordpress.

Thanks,
Amro

.sprd-info-footer__open-shop {
    display: none !important;
}

Gruß David

1 Like

Hi,

Thanks. It worked.

Regards,
Amro

1 Like