How to change font on the product variant

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

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