What's your biggest current challenge? Have your say in Community Polls along the right column.

How can i remove availability number in stock on product page?

How can i remove availability number in stock on product page?

rmaapparel
Visitor
2 0 0

On she shop page, it shows the quantity we have available in stock to customers. I do not want the quantity left to be visible to customers. I have included a link to my page. 

 

https://www.rmaapparel.com/products/black-rushe-skirt Screen Shot 2022-03-18 at 11.24.14 AM.png

Reply 1 (1)

AvadaCommerce
Shopify Partner
3879 839 991

Hi @rmaapparel

To hide the quantity we have available in stock, please go to your Themes > Edit code > Assets > Open globo.preorder.css and add the following code to the bottom of the file. 

.gPreorderWarning { 
  display:none 
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!


 

banned