Woodmart Stock number styling
-
Hello,
Few weeks before I talked about stocks styling. But now there is a slightly different case hence we created a new topic.
1) We just want to HIDE the number of stocks of both simple and variation products. It should just display in stock
2) Please see the sample Link( see below)
Hello,
When product is out of stock it stops being avaliable for purchasing. Just disable stock notifictation in Woocommerce > Settigs > Product Tab > Inventory. Also disable it in each product.
The default Woocommerce does not provide the option to show “in stock” so it requires plugin customization what is not covered by our support. We can provide CSS for minor front-end changing.
Best Regards
//Please read carefully and slowly:)
I don’t understand what you are saying. I believe you have misunderstood something. There is no other plugin responsible for displaying the stocks. This is the default theme option. Few weeks before we created this topic – https://xtemos.com/forums/topic/enable-stock-but-hide-its-display/
and you told us to add this code –
.product-image-summary .out-of-stock,
.product-image-summary .in-stock{
display:none;
}
AND
.variations_form .woocommerce-variation-availability .out-of-stock,
.variations_form .woocommerce-variation-availability .stock {
display:none;
}
These codes were used to hide both out of stock and in stock. Now forget all this. We just want to hide Stock number. That’s it! For example-
200 ✔ in stock – don’t want this look
✔ in stock – want this look
Hello,
I fully understood what you mean. It is not possible to do with CSS. This will require more complicated Woocommerce customization. Plugins customization is not covered by our support. We do not have a quick solution either. That is why I suggested hiding the stock notification at all.
Best Regards