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

Country/region selector still show on phone although I already untick.

Solved

Country/region selector still show on phone although I already untick.

empressculture
Tourist
8 0 1

Hi all,

 

I already untick the header "Country/region selector", and it never show in my pc edi (which is good), but not sure why when I use my phone to view my website, the country/region selector still there, is there anyway to hide it?

 

WhatsApp Image 2025-06-28 at 18.21.52_59feb423.jpg

Here is my website link:

https://18s8pg-0g.myshopify.com/

 

Thank you.

Accepted Solution (1)

CodingFifty
Shopify Partner
1102 161 190

This is an accepted solution.

Hey! @empressculture,

 

Go to your Shopify Admin Panel.

Navigate to Online Store → Themes.

Click on Edit Code (not Customize).

Open the theme.liquid file (found inside the Layout folder).

Scroll down and paste the code just before the </head> tag:

<style>
.menu-drawer__localization.header-localization {
    display: none !important;
}
</style>
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 3 (3)

CodingFifty
Shopify Partner
1102 161 190

This is an accepted solution.

Hey! @empressculture,

 

Go to your Shopify Admin Panel.

Navigate to Online Store → Themes.

Click on Edit Code (not Customize).

Open the theme.liquid file (found inside the Layout folder).

Scroll down and paste the code just before the </head> tag:

<style>
.menu-drawer__localization.header-localization {
    display: none !important;
}
</style>
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
empressculture
Tourist
8 0 1

@CodingFifty work edi, thx.

Moeed
Shopify Partner
7764 2081 2567

Hey @empressculture 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer__localization.header-localization {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1751109771947.png

 

If I managed to help then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications