Thanks
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.
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 ?
