Hi,
Where can I hide the quantity plus and minus button in the product page?
I think I need to be hide this row: <input type="button" class="quantity-controls quantity-minus">
But where in ftp can I find it?
Thanks
.button.quantity-minus,
.button.quantity-minus {
display: none;
}