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,
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:
.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.
Great thank you that worked!