Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, i want to remove the language and currency selector in the menu drawer on mobile view (see reference). For some reason it is still displaying despite me deselecting it as an option on the customise theme page.
my URL is golazocasesuk.myshopify.com
appreciate any help 🙂
Solved! Go to the solution
This is an accepted solution.
Hello @golazocases
Go to Online Store > Edit Code > component-drawer.css file
Add the below code at the bottom of the file
.menu-drawer__localization.header-localization {
display: none;
}
Thanks
This is an accepted solution.
Hello @golazocases
Go to Online Store > Edit Code > component-drawer.css file
Add the below code at the bottom of the file
.menu-drawer__localization.header-localization {
display: none;
}
Thanks