How to change variant title font size - focal theme

Hi Shopify people !

I’m trying to understand how to change the font size titles above the variant boxes on the product page. I have an addon box below that has its title font in bold and I want to match the others font titles above it. I’ve included a screen grab to illustrate. Store URL www.bassmagnetlures-waterwolflures.com

Thanks ! Mike

Hello @MikeLovesFishin

Please share store url

Hey @MikeLovesFishin

Share your store url and password if enabled.

Best Regards,

Moeed

Hi AK, here you go http://www.bassmagnetlures-waterwolflures.com/

http://www.bassmagnetlures-waterwolflures.com/

i think you need this type

Yes, the title needs to be in bold text

add this css in base.css
span.product-form__option-name, span.product-form__quantity-label {
font-weight: bold;

}

I’m not that good at understanding code and where to insert, could you give me a path to get to the proper location thanks

go to online store > edit code > base.css or theme.css and then paste this css in the file

Thanks for your help ! Worked perfectly. If there is a Theme update will I have to re add this code into css ?