Awesome, thank you so much! That worked perfectly.
Topic summary
Duplicate language selector appears in a Shopify Dawn theme: one in the footer (intended) and a second underneath the footer. A screenshot was referenced to illustrate the issue.
- Store URL was shared for context.
- Initial fix: add CSS to hide .locale-selectors__container. This removed the extra selector successfully.
- Update/Best practice: Staff advised against code edits. The extra selector was identified as coming from Shopify’s Geolocation app (which can display language/country selectors).
- Recommended solution: Go to Apps > Geolocation and turn off the selector within the app settings.
- Outcome: Disabling the selector in the Geolocation app worked as well.
Status: Resolved. Preferred resolution is adjusting the Geolocation app settings rather than using custom CSS.