Shopify themes, liquid, logos, and UX
I'm trying to have the size variant placeholder to have text("Select Size") instead of first variant size. Must be a way to do so. Please help 🙂
Thanks
I wish is was that simple!
This? onyl thing as dropdown in variant.picker.liquid...
<div class="product-form__input product-form__input--dropdown">
<label class="form__label" for="Option-{{ section.id }}-{{ forloop.index0 }}">
{{ option.name }}
</label>
<div class="select">
<select
id="Option-{{ section.id }}-{{ forloop.index0 }}"
class="select__select"
name="options[{{ option.name | escape }}]"
form="{{ product_form_id }}"
>
{% render 'product-variant-options', product: product, option: option, block: block %}
</select>
{% render 'icon-caret' %}
</div>
</div>
Just let me know what i need to do with this code, please.
Unfortunately, it did not work.
Can explain better, please. Thanks 🙂
I didnt attach the script either
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025