Changing the variant picker header text to bold in dawn

Hi,

How do I change the variant text header to bold in Dawn pls?

Hello @JP1975

It’s GemPages support team and glad to support you today.

  1. Go to Online Store → Theme → Edit code

  1. Open your theme.liquid file, paste the below code before

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hi [email removed]JP1975

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file section-main-product.css

Step 3: Paste the below code at bottom of the file → Save

.product__info-container .product-form__input .form__label,fieldset legend {
    font-weight: bold !important;
  }

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Awesome, Thank you.