not show “in stock” and out of stock”
-
Hi,
When going to shop, there is a text “in stock” or “out of stock”.
They are disturbing us, how can we remove them from there?
I enclose a file to show you.
thank you if you could help.
warm regards
Attachments:
You must be
logged in to view attached files.
Hi beldox.be,
Thanks for reaching to us.
Unfortunately, there is no such option in Theme Settings. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product.product-grid-item :is(.wd-product-stock) {
display: none;
}
Regards,