I’ve managed to change the size for the variants titles. Now i want to do the same for the quantity’s title right above the box.
misteri.ca using Dawn 15.
Goal: Increase the font size of the “Quantity” (cantidad) label above the quantity input on a product page in the Dawn 15 theme.
Key guidance:
Notes:
Status: No confirmation from the original poster; solutions provided, resolution not explicitly marked.
I’ve managed to change the size for the variants titles. Now i want to do the same for the quantity’s title right above the box.
misteri.ca using Dawn 15.
Hi @MiguelMaya ,
You can follow these steps to change the font size for the quantity label text
Open Online Store > Theme > Edit Code
Find and open the base.css (or theme.css, custom.css) file
Paste the code snippet below at the bottom of the file and hit save
#Quantity-Form-template--16994491039898__main label.quantity__label.form__label {
/* You can change this value to fit your preference */
font-size: 20px !important;
}
Hope this helps you solve the issue.
Please don’t forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!