Trade Theme - delete Sale Button

Solved

Trade Theme - delete Sale Button

Xsicht
Excursionist
27 0 4

Hello.

Can someone explain to me how to remove the "Sale" button in the Trade theme?

I've tried a lot of things and found answers here.

But nothing is helpful - unfortunately.

Many thanks.

Accepted Solution (1)

EstherBui
Excursionist
275 39 42

This is an accepted solution.

Hi Xsicht


- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.card__badge.bottom.right {
    display: none !important;
}

 

 

Result: 

EstherBui_0-1737302327398.png

 

Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
6736 1820 2202

Hey @Xsicht 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Xsicht
Excursionist
27 0 4

 

Thanks for the quick reply.

Can I post something like this here? Or should I write it privately?

Xsicht
Excursionist
27 0 4

www.düftlein.de

 

Test123

Moeed
Shopify Partner
6736 1820 2202

Hey @Xsicht 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card__badge.right {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1737302322770.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Xsicht
Excursionist
27 0 4

I tried your tip and unfortunately it didn't work 😕 But thank you very much anyway.

EstherBui
Excursionist
275 39 42

This is an accepted solution.

Hi Xsicht


- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.card__badge.bottom.right {
    display: none !important;
}

 

 

Result: 

EstherBui_0-1737302327398.png

 

Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Xsicht
Excursionist
27 0 4

I tried your tip and it worked! Thank you very much for that!!