Solved

How To Remove Red Sale Badge From Simple Theme

khowe
Excursionist
19 0 11

How do I remove the red sale badge circle from the Simple theme?

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Try adding this code to the bottom of theme.scss.css (theme.css).

.badge.badge--sale {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Try adding this code to the bottom of theme.scss.css (theme.css).

.badge.badge--sale {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
khowe
Excursionist
19 0 11

Thank you! It worked! 

Nick_Marketing
Shopify Partner
1487 336 462

@khowe  Fantastic! Please mark the answer as a 'Solution', so that others can benefit.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).