How to remove sold out sticker - MOTION THEME

Hello everyoene,

Could someone please advise on how to remove ,sold out, sticker without making the products invisible?

thank you!

@Silla230494 - can you please share this page link? it will need css

1 Like

Website address https://cilek.is

Password: silla1994

Kind regards
Silla

@Silla230494 - please add this to the very end of your theme.css file and check

.grid-product__tag--sold-out {
    display: none;    visibility: hidden;
}

will look like this