Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Removing country/selector from mobile drawer menu

Solved

Removing country/selector from mobile drawer menu

moda_decoration
Tourist
4 0 2

Hello. I've removed the country/region selector from the desktop page but it's still lingering on the mobile menu: at the bottom of the drawer menu. Would anyone know how to hide it? 

Much appreciated

 

www.modadecoration.com

 

Skjermbilde 2023-09-14 kl. 23.04.13.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9074 2167 2677

This is an accepted solution.

Hi @moda_decoration 

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. 
  • Result:
  • Made4uoRibe_0-1694726194256.png

     

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
9074 2167 2677

This is an accepted solution.

Hi @moda_decoration 

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. 
  • Result:
  • Made4uoRibe_0-1694726194256.png

     

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
moda_decoration
Tourist
4 0 2

This worked, sir. Yet again you've helped me.

Thank you. 

Signe
Visitor
2 0 1

I did it - for country/region selector is worked but unfortuately language selector is gone as well which I needed to leave.

Made4uo-Ribe
Shopify Partner
9074 2167 2677

Yes, because this code is to remove all. Would you mind to share your store URL website, so i can take a look? 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Signe
Visitor
2 0 1
I solved the problem by leaving language selector on Home page Footer.
Made4uo-Ribe
Shopify Partner
9074 2167 2677

That's good to know.👍

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
sabawoonDropshi
Visitor
1 0 0

Can you please help--The currency dropdown is covering all other options in mobile version, even though I removed it based on your guidance.  it is not disappearing for mobile version. my store link: Top Bark Savings: Top Deals on Pet Supplies and Accessories – Best Bark Bargains

ashpreetkohli
Excursionist
13 0 4

did not worked for me 😕