Shopify themes, liquid, logos, and UX
I need to move this language selector over to the right. Here is the code I used to put it there -
{%- form 'localization', id: 'HeaderLanguageForm', class: '' -%}
<select class="locale-selectors__selector" name="locale_code" onchange="window.HeaderLanguageForm.submit()">
{%- for language in localization.available_languages -%}
<option value="{{ language.iso_code }}" lang="{{ language.iso_code }}" {%- if language.iso_code == localization.language.iso_code %} selected{% endif %}>
{{ language.endonym_name | capitalize }}
</option>
{%- endfor -%}
</select>
{%- endform -%}
Shopify 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, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025