Removing country/selector from mobile drawer menu

Solved
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
4054 926 1135

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

     

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 6 (6)
Made4uo-Ribe
Shopify Partner
4054 926 1135

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

     

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


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
4054 926 1135

Yes, because this code is to remove all. Would you mind to share your store URL website, so i can take a look? Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Signe
Visitor
2 0 1
I solved the problem by leaving language selector on Home page Footer.
Made4uo-Ribe
Shopify Partner
4054 926 1135

That's good to know.👍

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com