How to remove the 'Sale' badge from collection page images in Sense theme?

How do I remove the “Sale” badge on the product images on our collection pages? We are using Sense theme. Is it possible to still have a mark down sale but exclusively remove the badges from the images on collection pages only?

1 Like

Hi @Solset

.card__badge {
	display: none !important;
}

Please add that CSS code to component-card.css file

@Solset

can you please send your store url so i will check and let you know