Shopify themes, liquid, logos, and UX
I would like to keep the language selector but remove the currency selector.
It would be great if anyone can help. Thank you.
Solved! Go to the solution
This is an accepted solution.
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-localization-form.css
add this code at the end of the file and save.
form#HeaderCountryMobileForm:nth-child(1) {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hello @timmyshe
Please provide the password of your store
Hided
This is an accepted solution.
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-localization-form.css
add this code at the end of the file and save.
form#HeaderCountryMobileForm:nth-child(1) {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
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