Hi, how do I hide the “Open Your Free Spreadshop Now” text at the bottom of each Spreadshop pages?
3 Likes
I second this inquiry
1 Like
Hi, you can remove this banner by entering the following little CSS snippet in your Shop Settings under “Advanced > HTML & CSS” in the Shop CSS field:
#sprd-signup-banner {
display:none
}
Greetz
2 Likes
hello i tried to remove it as well and it isn’t working for me. am i adding that entire thing in shop CSS field?
#sprd-signup-banner {
display:none
}
Greetz
1 Like
Hi, pls be aware that this CSS only hides the banner on the top.
To remove both (the banner on the top and the bottom) it needs to be this:
#sprd-signup-banner,
#buttonSpreadshirt {
display: none
}
I already added it to your shops and it works .
2 Likes
Awesome thanks
1 Like