Home › Forums › WoodMart support forum › Change Font Size for Quantity in Add to Cart Buttons/Checkout/Cart › Reply To: Change Font Size for Quantity in Add to Cart Buttons/Checkout/Cart
November 25, 2023 at 9:44 am
#515446
Aizaz Imtiaz Awan
Keymaster
Hello,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
div.quantity input[type="number"] {
font-size: 12px;
}
Best Regards.