Home › Forums › WoodMart support forum › only + or – , add quantities of products › Reply To: only + or – , add quantities of products
June 18, 2024 at 11:31 am
#573439
Hung Pham
Keymaster
Hi elebrisdigital,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-cart-form .quantity input[type="number"] {
pointer-events: none;
}
Regards,