Home › Forums › WoodMart support forum › Add To Cart quantity number not visible › Reply To: Add To Cart quantity number not visible
October 7, 2024 at 3:58 pm
#603128
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.woocommerce .quantity input.qty {
width: 3em !important;
}
Best Regards