Hi there,
I would like to hide the stock level section when a product is out of stock. So the ‘out of stock’ text is gone.
stock level indicator block:
How can I best do this?
Thanks!
Hi there,
I would like to hide the stock level section when a product is out of stock. So the ‘out of stock’ text is gone.
stock level indicator block:
How can I best do this?
Thanks!
Hey @INFRA
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
Rather then editing theme code I’d try this in "Custom CSS’ setting:
[data-stock-category="empty"] {
display: none;
}