How can I remove sale badges from product cards on a CRAFT theme?

Hello, I’d like to get rid of the sal badges on all product cards on my shopify store. I’m using the theme CRAFT. I’d just like it to have the crossed pricing and my pricing. The aim is to make it look clean, so I just wanted the sale badge gone. Please help! Many thanks

Hello @GemCasillo
please share your store URL so i can let you know suggestions how to hide badge

Hi, thanks so much for your reply. It’s gemcastillo.com

Hello @GemCasillo

You can add code by following these steps to hide card badge

  1. Go to Online Store → Theme → Edit code.

  2. Open your base.css theme file

  3. Paste the below code at the bottom of base.css

.card__badge{
display:none !important;
}

1 Like

Thank you so much!

1 Like