Can someone please provide a code or tell me how to take off the “sale” symbol?
Go into the theme editor > navigate to a collection page > click into “product grid” from the left-hand menu > click into “Custom CSS” from the right-hand menu > add the following coding:
.card__badge { display: none; }
Save changes, and then the ‘sale’ badges won’t show anymore.
It worked, but when I press on a product variation it shows this. Could you provide a code to fix this issue?