Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Solved! Go to the solution
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:
Best,
Esther
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
Thanks for the quick reply.
Can I post something like this here? Or should I write it privately?
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I tried your tip and unfortunately it didn't work 😕 But thank you very much anyway.
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:
Best,
Esther
I tried your tip and it worked! Thank you very much for that!!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025