Re: Dawn Theme - Make variant text bigger in size

Solved

Dawn Theme - Make variant text bigger in size

DaandeLeur
Excursionist
24 0 5

Hello,

 

I'd like to make the sizing of my variant text bigger. 

Anyone know how to do this? Only Bigger px.png

Accepted Solution (1)
niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.swatch--gl .name-option{
font-size: 22px !important;
}
.product__info-container .price--on-sale .price-item--regular {
font-size: 24px !important;
}

</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 4 (4)

niraj_patel
Shopify Partner
2378 514 511

Hello @DaandeLeur 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product__info-container .price--on-sale .price-item--regular {
       font-size: 21px !important;
   }
   :is(.product-form__input--pill,.product-form__input--swatch) .form__label {
       font-size: 19px !important;
   }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
DaandeLeur
Excursionist
24 0 5

Hi Niraj, 

 

This only makes the old price bigger.. The variant sizes are still the same..Screenshot_1.png

niraj_patel
Shopify Partner
2378 514 511

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.swatch--gl .name-option{
font-size: 22px !important;
}
.product__info-container .price--on-sale .price-item--regular {
font-size: 24px !important;
}

</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com