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
Hello
- In your Shopify Admin go to online store > themes > actions > edit code
- 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!
Thank you for the information. Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 989px){
.menu-drawer__localization.header-localization {
display: none;
}
}
- And Save.
- I hope it help.
- Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Worked like a treat. Thank you
Welcome. ![]()
For me it was in the component-localization-form.css line 441 (Dawn Theme)
.menu-drawer__localization localization-form {
display: none;
}
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?
Thank you, same Dawn. It works
i dont have access to edit code, because my shopify plan is very old and limited. is there an other way ?
