How to remove the language selector code from the Prestige theme?

Solved

How to remove the language selector code from the Prestige theme?

carlajickie
Excursionist
53 0 8

Hi, 

I don't know how to delete the language selector code that was inputed some time ago on our theme to add a language selector in the footer (see screenshot). We have one in the theme now so we don't need it ...

 

url www.jickie.co

password: nuxl

 

thks

 

Screenshot 2023-11-08 at 10.28.14.png

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 279

This is an accepted solution.

Hi @carlajickie 

 

This is Noah 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>
.locale-selectors__container {
display: none !important;
}
</style>

PageFlyNoah_0-1699440737267.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Replies 4 (4)

sahilsharma9515
Shopify Partner
1266 164 244

Hi @carlajickie  Please add this code in base.css file So that it will not show in your store.

 

 

.locale-selectors__container {
    display: none;
}

 

 

 

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Refresh Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

Result:

sahilsharma9515_0-1699436971486.png

If you need any assistance then please feel free to ask the same.

 

Hopefully it will help you. If yes then Please hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


PageFly-Noah
Shopify Partner
1317 233 279

This is an accepted solution.

Hi @carlajickie 

 

This is Noah 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>
.locale-selectors__container {
display: none !important;
}
</style>

PageFlyNoah_0-1699440737267.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

carlajickie
Excursionist
53 0 8

thank you it works !!

PageFly-Noah
Shopify Partner
1317 233 279

Glad that i'm able to 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!


PageFly - #1 Page Builder for Shopify merchants.


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