Anyone know how to remove sale tag from craft theme? I managed to remove it from product page, but it still shows on “product cards” on collections.
There’s no theme.css on assets, so previous codes doesn’t work. Anyone know if there’s simply something I need to remove?
Hi @blondeintrouble
Can you please share your store URL?
Hi @blondeintrouble
Use this css
.card__badge.bottom.left {
display: none !important;
}
Sorry to bother.. @Dbuglabpvtltd Where I should copy-paste this code exactly? THANK YOU SO MUCH! 
@blondeintrouble
Paste that code in theme.css in assets
Thank you so much for your help!!! You saved me!
I added this to assets > bace.css and the bottom of the code, since there’s no theme.css in craft theme. Just to inform rest of the blondes in trouble :)) xoxo
@blondeintrouble
Great !!!
Please mark this as accepted and like my solution
Hello!
Thanks for sharing this code to remove the sale tag - it really helped me a lot! I’m wondering how to also remove the “sale” tag from the individual product pages so that there is still a strikethrough when compare price is set up, but no “sale” tag? We have discounted pricing for bulk orders so technically putting the tag “sale” is not accurate for us.
Thanks so much for your help in advance!
Courtney
Hello @CourtneyHolm ,
I’m looking for the same thing !
maybe @Dbuglabpvtltd can help us ?
Thanks in advance
PJ
Hi @CourtneyHolm
can you please share Store URL?
hello, the code removed the sold out tag as well, may i know can keep the"sold out"? thank you
@blondelintrouble, how did you get sale off your product page?
Below worked to remove sale from image on home page:
.card__badge.bottom.left {
display: none !important;
}
But what did you use and where to get the sale off product page? (see 2nd image)