How can the stock status be kept available without the number of products?
-

Attachments:
You must be
logged in to view attached files.
Hello,
Please navigate to WooCommerce -> Settings -> Products -> Inventory and disable the “Stock display format” area: https://take.ms/D3MQ1
Clear the cache and recheck the issue.
Kind Regards
Can you help me cancel this number as well?

https://prnt.sc/NovSV0TT6NUk
Hello,
Yep, paste the below code in the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.single-product .quantity {
display: none;
}
Kind Regards