In Woocommerce > Products > Inventory
I have stock status set to Never Show Stock Status. However on all my product pages it now shows “In Stock”
This issue only came about after updating to WooCom 2.6. Sample page and wp admin credentials in private. Please help.
Has anyone else had this issue? I am having it on 2 Enfold sites now (with Woocommerce 2.6)
Hoping someone from Kriesi can recommend some quick CSS that will hide stock status.
Hey!
I have reported that to Kriesi, so it can get fixed, but please add to your CSS
div.product p.stock { display: none }
let me know if that will get solved the issue.
Thanks a lot
Regards,
Basilis
Thank you for the reply.
The code above did not hide the stock status (added to Quick CSS).