Global expansion, localizing content, and selling in multiple currencies and languages
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey there,
I need help with the language selector. I use the dawn theme and the language selector appears twice. One time where it should be in the footer and a second time underneath the footer. Please see the pics attached. The one I circled in I want to get rid of.
Can someone help me out here?
Thanks in advance,
Bianca
Solved! Go to the solution
This is an accepted solution.
Hi @BBajmel , I would not recommend editing code. This is the selector from the Geolocation app. Go to Apps > Geolocation and turn off the selector.
To learn more visit the Shopify Help Center or the Community Blog.
Hello @BBajmel ,
Please share the store URL
Thanks
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css or section-footer.css file and paste the following code below:
.locale-selectors__container {
display: none !important;
}
Awesome, thank you so much! That worked perfectly.
This is an accepted solution.
Hi @BBajmel , I would not recommend editing code. This is the selector from the Geolocation app. Go to Apps > Geolocation and turn off the selector.
To learn more visit the Shopify Help Center or the Community Blog.