Remove SOLD badge from products on collection page - Dawn

Hi,

I want to remove the SOLD badge from the product on collection pages but not the SALE badge.

I also still want it to say SOLD on the product page where the buy button is.

TIA

Hi @JP1704 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.card__content .badge.color-background-1 {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Great thank you that worked!