Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
Please let me know if it works!
Best regards,
Daisy
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:
Please let me know if it works!
Best regards,
Daisy
Worked PERFECT !!! Thank You Daisy....
Kent
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025