How do I remove the red sale badge circle from the Simple theme?
Try adding this code to the bottom of theme.scss.css (theme.css).
.badge.badge--sale {
display: none;
}
2 Likes
Thank you! It worked!
1 Like
@khowe Fantastic! Please mark the answer as a ‘Solution’, so that others can benefit.