How can I remove the sale badge from all products?

Can anyone please help me removing the sale badge from every products?

1 Like

@Abtiw4474

Please share your store URL.

alldesignera.com

I want to remove the sale badge without making any changes to the compare price.

1 Like

@Abtiw4474

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