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!
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!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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
yes, please try this code
.product-form__input .form__label {
font-size: 20px !important;
}
.product-form__input .select .select__select {
font-size: 16px !important;
}