Hi my site is www.greencheeks.co.uk
I’d like to remove the big red SALE logo which appears next to discounted items
I want to keep the before and after prices, but not see the SALE sign at all
How would I do this?
Hi my site is www.greencheeks.co.uk
I’d like to remove the big red SALE logo which appears next to discounted items
I want to keep the before and after prices, but not see the SALE sign at all
How would I do this?
Hello There,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.price__badges.price__badges–listing {
display: none!important;
}
span.price__badge.price__badge–sale {
display: none!important;
}