Change font size for quantity (cantidad) title

Solved

Change font size for quantity (cantidad) title

MiguelMaya
Excursionist
48 0 4

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.

 

IMG_0566.jpeg

Accepted Solution (1)
ZestardTech
Shopify Partner
6139 1097 1473

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

label.quantity__label.form__label {
font-size: 20px!important;
}

 

ZestardTech_0-1720079333729.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 832

Hi @MiguelMaya,

You can follow these steps to change the font size for the quantity label text

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. 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!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
ZestardTech
Shopify Partner
6139 1097 1473

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

label.quantity__label.form__label {
font-size: 20px!important;
}

 

ZestardTech_0-1720079333729.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing