How can I remove the sale badge but keep the sold badge in Dawn theme?

hi friends! I need your help - I’ve been trying to figure this out of weeks now and every code or solution has worked in someways then caused issues in others.

I use the dawn setting - I want to KEEP the cross out/compare price. But I do not want the sale badge on my products. (Home page, collection pages, est.) - I found a few codes here that did remove the badges - but it removed the sold badge too.

I really want to keep the sold badge and JUST remove the sale badge. It’s important to me to keep the original price due to it being the price at the gallery so I do not want to have a huge price drop on the website but also do not want to call it a “sale”.

if anyone can help that would help tremendously !! if you need a reference to what I am talking about my website is

www.visceralhome.com

Hello @visceralhome ,

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

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

1 Like

Hi [email removed]Visceralhome,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css,

Step 3: Paste the below code at bottom of the file → Save

.badge.badge--bottom-left.color-background-2{display:none!important}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Thank you !!! You are AMAZING! A life saver!!! It worked!!!

1 Like

Great! I’m glad it works perfectly on your end :blush:

This worked for me!!! :raising_hands: Literally just made an account on here so I could bump this answer because it’s the only thing that worked after scouring at least a dozen help articles and testing several solutions that worked for others but not me :weary_face: The CSS snippets either removed all the badges (including sold out) or didn’t work at all; this was the first one I saw that used Javascript and it worked!!! Thank you!!!