Hide product tags

Hello there,

A previous round of development had made our product tags visible (eg. Sold out, coming soon) with some special custom designs. I now want to remove that feature and don’t know how..

See the first two products here: https://rheakalo.com/collections/vichy

Any help is much appreciated, thank you!

Hey @RheaKalo

Are you talking about those tags on top left corner of the product images on the collection page? If yes, then

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @RheaKalo

Please try to add this Custom CSS to your store:

.price__badges {
  display: none !important;
}

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution

Thanks!