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

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 ?