How can I disable the SALE label in the Expanse Theme?

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.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the theme.css file
  3. At very end of the code, add the code below
.grid-product__tag.grid-product__tag--sale {
    display: none;
}

Hi@Made4Uo.

Thank you very much for the help. It worked Perfectly!

Thanks.