My theme is Dawn.
I want to hide the sale badge in the collection card section and only show the out of stock badge.
Also, I want to hide the sale badge on the product detail page and only show the out of stock badge.
help!
Hi @Janice_CTU ,
May I suggest to update code these steps:
Go to Store Online-> theme → Edit code
Remove code related to sale bage. See screenshot to update
Thank you for your assistance.
I have successfully removed the sale badge from the collection page.
However, I’m having trouble removing the “sale” badge from the product detail page.
Is it correct to modify the code inside the main-collection-product-grid?
I couldn’t find what you left…
Hi,
May I suggest to update code these steps to hide sale bage on PDP:
.badge.price__badge-sale {
display: none!important;
}
Thank you so much!