How to change font on the product variant

Solved

How to change font on the product variant

lakeside-molds
Tourist
18 0 2

I can't seem to figure out how to change the font on the Product Variant option titles.

I would like to change both of these to be Bold, and if possible, a different color such as Blue

 

I'm using the Craft Template

 

Here is the link to one of my product pages.

https://aerbzf-hp.myshopify.com/products/plastic-tail-fins-for-vertical-and-casting-minnow-jigs

 

Here is a screen capture showing the two titles that I would like to change the font.

 

Thank You....

 

Kent

 

Screen Shot.jpg

Accepted Solution (1)

DaisyVo
Shopify Partner
2720 327 375

This is an accepted solution.

Hi @lakeside-molds ,

 

You can follow the steps to make the font Bold and change the color:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

legend.form__label {
    font-weight: 900 !important;
    color: red !important;
}

 

Here is the result:

DaisyVo_0-1735521104831.png

 

Please let me know if it works!

 

Best regards,

 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
2720 327 375

This is an accepted solution.

Hi @lakeside-molds ,

 

You can follow the steps to make the font Bold and change the color:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

legend.form__label {
    font-weight: 900 !important;
    color: red !important;
}

 

Here is the result:

DaisyVo_0-1735521104831.png

 

Please let me know if it works!

 

Best regards,

 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
lakeside-molds
Tourist
18 0 2

Worked PERFECT !!!   Thank You Daisy....

 

Kent