malikycole88
Member
Hey everyone how can we hide the Quantity section on the product page?
Hi,Hey everyone how can we hide the Quantity section on the product page?
Hi,
Thank you for your question! Could you please let me know what theme use you?
Hi,El Greco
it works thanks, also how do I hide the in stock as wellHi,
Please add this piece of code to your Customization => Head:
.select_quantity, .input_quantity .name {
display: none;
}