How to change the size of the titles in the variant picker (variant pills) (DAWN 14)

Solved

How to change the size of the titles in the variant picker (variant pills) (DAWN 14)

DRAWandCARE
Pathfinder
128 0 19

Hi everyone!

 

I'm using the DAWN 14 theme for my website, and I'm wondering if there is any way to change the size of the titles in the variant picker (variant pills).

 

Screenshot_85.png

Would appreciate any help on this matter!

 

Website: Handmade Custom Watercolor Cat Portrait – DRAWandCARE

 

Accepted Solutions (3)

topnewyork
Astronaut
1130 151 187

This is an accepted solution.

hello @DRAWandCARE 
Go to themes > code editor > find base.css
then paste this code at the bottom in file

legend.form__label {
    font-size: 20px;
}

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @DRAWandCARE
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1717684786417.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1717684791310.png

 

Step 3: Insert the below code at the bottom of the file -> Save

legend.form__label {
    font-size: 17px !important;
}

Here is result: 

BSSCommerceHDL_2-1717684827922.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Made4uo-Ribe
Shopify Partner
9854 2344 2941

This is an accepted solution.

Hi @DRAWandCARE 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

legend.form__label {
    font-size: 18px;
}

 

And Save. 

Result:

Made4uoRibe_0-1717690789147.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

topnewyork
Astronaut
1130 151 187

This is an accepted solution.

hello @DRAWandCARE 
Go to themes > code editor > find base.css
then paste this code at the bottom in file

legend.form__label {
    font-size: 20px;
}

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @DRAWandCARE
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1717684786417.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1717684791310.png

 

Step 3: Insert the below code at the bottom of the file -> Save

legend.form__label {
    font-size: 17px !important;
}

Here is result: 

BSSCommerceHDL_2-1717684827922.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

DRAWandCARE
Pathfinder
128 0 19

Thank you so much! It worked perfectly! 😊

Made4uo-Ribe
Shopify Partner
9854 2344 2941

This is an accepted solution.

Hi @DRAWandCARE 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

legend.form__label {
    font-size: 18px;
}

 

And Save. 

Result:

Made4uoRibe_0-1717690789147.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.