Hello, the theme customisation removes only the country/region selector on desktop but not mobile.
I would like to remove the one in the drawer menu on the mobile version of my website as I’m using a third party app for currency and it makes it confusing.
I added this code from a previous post but it only hides it in the editor and not in the actual site even after saving:
@media only screen and (max-width:989px){ .menu-drawer__localization.header-localization { display: none; } }
