Hide Woocommerce Quantity stock
-
Hello,
How to hide Woocommerce quantity stock through global css.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
If you want to hide the stock globally it is possible to do in settings: Woocommerce > Settings > Product tab > Inventory > disable “Enable stock management”
If you need to hide with CSS, add this code to the Theme Settings > Custom CSS > Global
body .single-product-content .summary-inner .in-stock {
display:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Hide Woocommerce Quantity stock’ is closed to new replies.