I’m using the Studio theme. How can I increase the font size on the variant drop downs?
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Regarding your concern about increase font size of variant dropdown.
This will require a little bit customization coding, in order to make it more precisely please help me to send your store URL ( and password if password protected )
Then i will send you the code for you. Thanks
Hope this helps.
Best regards,
PageFly
Thanks for getting back to me. The access is
URL = abstractposters-931.myshopify.com
Password = whaiso
hi @David272
Step1: Online store > Themes > Edit code > Search : theme.liquid
Step2: paste this code to the above of :
{% if template contains 'product' %}
.product-form__input.product-form__input--dropdown select {
font-size: 20px;
}
{% endif %}
sorry @David272 i forgot the tag
{% if template contains 'product' %}
{% endif %}
Please help me to update the code in the theme.liquid at above
This code worked for the dropdown on the individual products pages but not for the dropdown on the featured item on my homepage. Is there a different code for that?