Shopify themes, liquid, logos, and UX
Hello @Luxluxlux360 , try this
<div class="language-selector" >
<form action="" method="get" >
<select name="locale" onchange="this.form.submit()">
<option value="en">English</option>
<option value="es">Español</option>
<option value="fr">Français</option>
<option value="de">Deutsch</option>
<!-- Add more languages as needed -->
</select>
</form>
</div>
.language-selector {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 11111;
background: #fff;
height: 40px;
}
Add this code inside sub-footer like this given in screnshot above.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025