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!!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025