How to increase font size & bold the variant title 'Gift Box style' DAWN THEME

Hello, i am trying to increase the font size & also bold the variant title gift box style since it’s really small compared to the variant option which I already managed to increase the size. This is for dawn theme, thanks!!!

Hi @micool661

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/section-main-product.css
  3. Add code below to bottom of file
fieldset.product-form__input .form__label {
	font-size: 1.8rem;
	font-weight: bold;
}

Hello @micool661 ,

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

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

This worked perfectly for me for the main product page. But it seems the styling for the “quick add” pop up on 2.0 themes is pulling this from a different place.

Any idea how to bold the variant options in the “quick add” pop up?