How can I remove the currency/country button on my mobile menù?

Topic summary

A user wants to remove the currency/country selector button from their mobile menu.

Proposed Solution:
Another user provided CSS code to hide the element:

  • Navigate to: Online Store > Themes > Edit Code > base.css
  • Add the provided CSS snippet at the bottom of the file
  • The code targets the header localization/currency selector with display: none !important

Status:
A third participant requested the store URL, likely to provide more specific guidance. The issue remains open pending further details or confirmation that the CSS solution worked.

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

Thanks

Hi @Vick2

Go to your Online store > Themes > Edit code > base.css file, add this code at the bottom of file

.menu-drawer__localization.header-localization { display: none !important; }

Whats your store url ?