Can anyone please help me removing the sale badge from every products?
1 Like
Please share your store URL.
I want to remove the sale badge without making any changes to the compare price.
1 Like
Please add the following code at the bottom of your assets/component-card.css file.
.card__badge {
display: none;
}
Hope this helps.
.card__badge {
display: none !important;
}
Add this code in theme.scss Or theme.css