Hi all,
I’m looking to disable the SALE label that is triggered when the compare at price field is used in the Expanse Theme, can someone explain how this can be done?
Thanks.
Hi all,
I’m looking to disable the SALE label that is triggered when the compare at price field is used in the Expanse Theme, can someone explain how this can be done?
Thanks.
Hi @EPrime ,
Are you able to provide your website? I do not have Expanse theme available with me at this moment
Hi.
The website is www.Elephantprime.com
Hi @EPrime
Thank you for the website. Please follow the instructions below.
.grid-product__tag.grid-product__tag--sale {
display: none;
}