How do I hide the sale icons? Which is the red Christmas on the Shopify booter theme?

Huynhban
Visitor
1 0 0

How do I hide the sale icons? Which is the red Christmas on the Shopify booter theme?

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1569

@Huynhban 
Hi add the  code in the theme.scss

.badge--sale {
  top: -($badgeSize / 3);
  left: -($badgeSize / 3);
  display: none;

 Thank you