Please note: you can’t remove quantity field from the final checkout page!
/* Remove from single product page */
.product-quantity-input {
display: none !important;
}
/* Remove from cart page */
.cart-row-qty {
display: none;
}
Result



On this page