Re: Disabling country/region selector in Menu

Solved

Disabling country/region selector in Menu

Rupert22
Excursionist
62 0 6

Hi,

 

i am having problem with removing country/region selector in menu on Mobile view website. I tried it on phone too and it still shows. Cant find any box to untick in Theme Editor. Please help

 

website:

https://nexaco.co/

 

Screenshot of problem:

selector-in.menu.png

RuppJou
Accepted Solution (1)

PageFly-Richard
Shopify Partner
4661 1068 1725

This is an accepted solution.

 

 

Hi @Rupert22 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

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

Result

PageFlyRichard_1-1704337410571.png

 

Or you can simply untick the settings in the header Theme Editor

PageFlyRichard_0-1704337342489.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Richard
Shopify Partner
4661 1068 1725

This is an accepted solution.

 

 

Hi @Rupert22 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

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

Result

PageFlyRichard_1-1704337410571.png

 

Or you can simply untick the settings in the header Theme Editor

PageFlyRichard_0-1704337342489.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Rupert22
Excursionist
62 0 6

Thanks a lot. First one with code helped and solved it.

RuppJou
PageFly-Richard
Shopify Partner
4661 1068 1725

Glad that i can help. Let me know if you have any questions

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.