How do I hide the sale icons? Which is the red Christmas on the Shopify booter theme?
@Huynhban
Hi add the code in the theme.scss
.badge--sale {
top: -($badgeSize / 3);
left: -($badgeSize / 3);
display: none;
Thank you
How do I hide the sale icons? Which is the red Christmas on the Shopify booter theme?
@Huynhban
Hi add the code in the theme.scss
.badge--sale {
top: -($badgeSize / 3);
left: -($badgeSize / 3);
display: none;
Thank you