Hi there,
How can I remove the out of stock button (black Ausverkauft) on my website? https://taneraskin.com/collections/produkte
Best,
Isa
Hi there,
How can I remove the out of stock button (black Ausverkauft) on my website? https://taneraskin.com/collections/produkte
Best,
Isa
Hello There,
.card__badge.bottom.left {
display: none;
}
Hello @isabellemaria
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.card__badge.bottom.left {
display: none;
}