Shopify themes, liquid, logos, and UX
Hello Everyone!
can you make it say on the variant dropdown "-- Select Size --" when opened (Desktop)
It's fine in mobile mode. I want to keep it in desktop mode. I have added 2 images below. The first one is in desktop mode. The second one is in mobile mode. The --" select size --" is showing in mobile mode.
Password: Admin
Hi,
Hope this will help
- At file main-product.liquid search for Variant Selector Code
- Insert a Default "Select Size" Option
<select name="Size" id="Size">
<option value="" disabled selected>-- Select Size --</option>
{% for value in option.values %}
<option value="{{ value | escape }}">{{ value }}</option>
{% endfor %}
</select>
Code example
- Make It Only Apply to Desktop (Optional and Advanced Step)
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025