This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hello, I would like to hide stock status on product page. This are my settings but still is visible https://prnt.sc/y1ui3e
Thanks
Hello,
WooCommerce > Settings > Products > Inventory
https://docs.woocommerce.com/document/configuring-woocommerce-settings/#inventory-options
Regards
OK, but I want tha woocomerce manage the inventory, I only need that “in stock text” red, green or brown according to the quantity, remains hidden.
Thanks
Hello,
Try this option – https://prnt.sc/y6c06f
or this custom CSS code –
.single-product .stock {
display: none;
}
Regards
Hello, I already had that option selected https://prnt.sc/y6c06f and also set the custom css but still stock status is visible. Here you have control panel access in case you need it
Thanks!
Hello,
As I can see, the code works – https://prnt.sc/yajfrz Please clear cache and check one more time.
Regards
You must be logged in to reply to this topic.Log in/Sign up