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 the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025