How can I switch off the 'Sale' label for Compare At prices?

Hi All,

We sell approx 200 products that are below the RRP (MSRP), so we use the Compare At Price to show that our price is cheaper than others. However, this triggers the ‘Sale’ label on all of the products, which is not the case, this is our normal price, it is just cheaper than others. In addition to this, each month we have unique promotions whereby actual Sale Prices are nominated, but it’s impossible to distinguish as almost every item in our store always has a ‘Sale’ label on it.

Is there a way to toggle the Sale label off for Compare At and only be applied when a Sale Price is entered?

Store URL for reference: livenaturally.com.au (Sense theme)

Hi @LiveNaturally

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/base.css
  3. Add code below to bottom of file
.card__badge.badge,
.badge.price__badge-sale {
	display: none!important;
}

Hello @LiveNaturally

It’s GemPages support team and glad to support you today.

  1. Go to Online Store → Theme → Edit code
  2. Open your base.css file and paste the following code below:
.card__badge.badge, .badge.price__badge-sale {
   display: none;
}

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team