Hi, I’m using Craft theme which is the same like Dawn theme.
I want to remove the badge stickers from my products
Thanks
Hi, I’m using Craft theme which is the same like Dawn theme.
I want to remove the badge stickers from my products
Thanks
Hi @Ben1000
Would you mind sharing your store’s URL so we can provide a solution for that? There are a few to do this in a simply way!
*ignore this message, I wrote this message in the wrong place and I can’t delete it
Add the following code to the end of your base.css file:
.card__badge.bottom.left {
display: none;
}
Should that help answer your query, we always appreciate a like & mark as answer to let the community find quality answers faster. Thanks!
oh thanks, I gave you a like because you helped me too!
Hi @JHKCreate
It works! thanks
Amazing @Ben1000 & @AlexThorne ![]()
Sorry, I wrote in the wrong post
Can you share your store’s URL & visual représentation of where this is showing? Thanks!
Hi @JHKCreate
I saw what John wrote, and I would like also to remove the Sold Out" & “Sale” Sticker/Badge from my product pages.
https://wortheattt.myshopify.com/
pass: singa
Thanks
Hi @Ben1000
I checked your 4 products and none of them seem to be out of stock, can you set one to out of stock so it appears?
We can then remove it shortly, thanks!
Hi @JHKCreate
Thanks, I set this item to be without in stock:
https://wortheattt.myshopify.com/en/products/fruit-booster-box
Would that be this part @Ben1000 ?

Hi @JHKCreate
Yes
Add the following code at the end of your section-main-product.css file:
span.badge.price__badge-sold-out.color-inverse {
display: none;
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
Makes sense, the first code was for the out of stock products only, here’s the one for the “sale” tag:
span.badge.price__badge-sale.color-accent-2 {
display: none;
}
Hi @JHKCreate
Thanks, it works!
Thanks, had the same issue. It also worked for me.
The thing is that this badge has an incorrect translation when it is in French, so it was mandatory for me to remove it. Thank you.