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?
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?
Hi @Solset
.card__badge {
display: none !important;
}
Please add that CSS code to component-card.css file
can you please send your store url so i will check and let you know