Remove Spreadshirt mention from Shops via CSS

Is there any way to get rid of the “open your free shop” and other mentions of spreadshirt other than on the invoices as it is vital for returns etc? I am creating custom shops for different businesses etc, but it seems to eliminate my efforts and work to do so, if they market back to the end user to open their own shops etc eliminating my commissions for setting up the sites and advertising the service. Please help. Willing to pay someone to help me code or whatever I need to do as it is vital to my business plans. My ideas are stone clad to sell thousands of products for ss, so they should not mind me devoting as much time as I will to this.

No need to pay anyone :wink:
We’re here to help!

Just include the following under Advanced Settings > HTML & CSS


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

3 Likes

thank you please tell me how to hide rating alsoScreenShot_20190723072214

.sprd-footer-box--reviews {
    display: none;
}

You might need to wait several hours until you see the changes in your Shop due to Cache!

1 Like

Code not work

Try it again. The code wasn’t showing properly in this forum :slight_smile: I adjusted it.

1 Like

Ok the last question please how can I change the icons like this store and make the list so

Thanks now work☺️

This was done with their own customization skills. This is nothing we offer directly. We will be offering the ability to choose your own fonts in the next few weeks though :slight_smile:

1 Like

Where to put this code?

Go to: Shop Settings -> Advanced > Html & CSS > put it into the CSS form

This code did not work for me.

OK the code works now. For some reason, it took several hours for the changes to appear.

1 Like

Yes, there’s always some Cache Time. Happy to hear it worked.

2 Likes