Dawn 10.0 Remove Currency / Country selector in menu

Topic summary

Issue: Dawn 10.0 theme automatically displays a country/currency selector in the menu that generates unwanted H2 tags for each country, creating SEO and accessibility concerns.

Attempted Solutions:

  • Adding CSS display:none code to base.css targeting .menu-drawer__localization.header__localization
  • Implementing custom JavaScript/CSS snippets in theme.liquid above the </body> tag

Current Status: Multiple users report the problem persists after trying suggested fixes. The selector continues appearing in mobile views despite code modifications. One user confirmed a solution worked for their site (miroko.store), but specifics weren’t detailed.

Affected Themes: Dawn 10.0 and Crave 10.0.0

Key Challenge: The localization form markup remains visible in the code even after applying CSS hiding techniques, suggesting the issue may require theme-level customization beyond simple CSS overrides.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

Hello,

Dawn 10.0 update has a country / currency selector on the menu. This is interfering with H2 tags, as its building H2 tags with the countries.

Can you please help me turn it off?

site: www.bigloveindianhair.com

Log in

Country/region

Hey @thirdmainroad

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi Moeed,

Thanks for your reply, however, the issue persists, albeit now with Cart looks like

Log in

Country/region

Country/region

<div class="disclosure"

Hello @thirdmainroad

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.menu-drawer__localization.header__localization {
    display: none;
}

Hello @oscprofessional

Thank you, done that but it’s still the same :disappointed_face:

I am encountering the identical issue with Crave version 10.0.0.


currency error.png

Hi there,

I have a similar issue where on my mobile view, I have ZAR/country in the header and I can’t get rid of it. What is strange is that it does not appear on the desktop view.

Here is my site so you can check it out : afrographic.com

Any help would be greatly appreciated.

Thanks,

Vincent - Afrographic

this is solved my problem. thanks.

here you can check https://mirokko.store