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

how to remove currency selector in Hamburger menu in dawn (mobile version)- Dawn theme

Solved

how to remove currency selector in Hamburger menu in dawn (mobile version)- Dawn theme

YOyo18
Shopify Partner
12 0 6

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

 

Hamburger menu optio.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 13 (13)

ZestardTech
Shopify Partner
6161 1100 1479

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;
}

 

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
YOyo18
Shopify Partner
12 0 6

Hi @ZestardTech, this didn't work for me. Is there any other way we could do it?

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @YOyo18 

Would you mind to share your Store URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
YOyo18
Shopify Partner
12 0 6

Hi @Made4uo-Ribe,

 

www.sahikart.com (mobile version (hamburger menu))

 

Thanks

 

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
YOyo18
Shopify Partner
12 0 6

Worked like a treat. Thank you

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Welcome. 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
sheeforshe
Tourist
5 0 1

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?

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @sheeforshe 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
PrismMoonKat
Tourist
3 0 1

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? 

inci
Visitor
2 0 0

i dont have access to edit code, because my shopify plan is very old and limited. is there an other way ?

ebrenes
Shopify Partner
5 0 2

For me it was in the component-localization-form.css line 441 (Dawn Theme)

 

.menu-drawer__localization localization-form {
display: none;
}

Jinfeng
Tourist
7 0 0

Thank you, same Dawn. It works