Dawn Theme - Variant Picker Size For Dropdown

Hey,

I noticed the font in the dropdown variant picker is extremely small - how do I make it bigger as well as the variant title?

Thank!

2 Likes

@mapl

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thanks for responding to my post.

I’d prefer not to post the link to my website here but I’ll attach a screenshot

1 Like

@mapl

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product-form__input .form__label {
    font-size: 20px !important;
}
.product-form__input .select .select__select {
    font-size: 16px !important;
}