Why isn't the 'sale' indicator displaying correctly on my online store?

Hi Shopify gurus

I have recently begun out first online sale, using the Compare At feature, which is working well. However there is a red box below the price that I presume is meant to contain the world SALE. I can’t figure out how to get the word to show. You can view the store here: https://shop.jewishmuseum.com.au/collections/mirka

I’m not sure our store has a theme, but it was set up by others to fit out web brand and I am unable to make significant changes to it.

I would appreciate any help you can give.

Thanks

Katherine

1 Like

Hi @JewMu ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.price__badge--sale {
    color: #ef5d4d !important;
}

Hope it helps!

1 Like

Thanks so much for getting back to me. I don’t have a section in Assets called theme.scss.liquid, just theme.scss

I pasted it into theme.scss anyway, but it didn’t fix it.

Hi @JewMu ,

You can paste it at the bottom of main.css file. It will display as good as this:

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

1 Like

I pasted it at the bottom of the main.css file under Assets, but unfortunately the same problem is occurring.

Hi @JewMu ,

I checked and couldn’t find the code:

Have you added and saved successfully? Please send me the code screenshot, I will check it.

1 Like

I had taken it out because it wasn’t showing and I’m afraid I had broken something, but for whatever reason, when I pasted it in today, it worked right away! Thank you so much!

1 Like