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
I am not able to remove the currency selectir from the hamburger menu on dawn theme for mobile version. It is part of the header menu too.
P.s. : I highlighted the part in the attached picture
Solved! Go to the solution
This is an accepted solution.
Thank you for the information. Try this one.
@media only screen and (max-width: 989px){
.menu-drawer__localization.header-localization {
display: none;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.menu-drawer__localization localization-form {
display: none;
}
Hi @ZestardTech, this didn't work for me. Is there any other way we could do it?
Hi @YOyo18
Would you mind to share your Store URL website? with password if its protected. Thanks!
This is an accepted solution.
Thank you for the information. Try this one.
@media only screen and (max-width: 989px){
.menu-drawer__localization.header-localization {
display: none;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Worked like a treat. Thank you
Welcome. 😊
hi, when i do this, everything except the dropdown menu variants get deleted, but I also want to keep the language selector, and just delete the currency converter. how can I do this?
Hi @sheeforshe
Would you mind to share your store URL? Thanks!
Thank you! This worked like a char. But I do have a question, is there any other way on the new 14.0.0 Dawn theme version?
i dont have access to edit code, because my shopify plan is very old and limited. is there an other way ?
For me it was in the component-localization-form.css line 441 (Dawn Theme)
.menu-drawer__localization localization-form {
display: none;
}
Thank you, same Dawn. It works