Prestige Theme - Removing Language Selector

Solved
andauser
Explorer
69 0 35

Hello Shopify Gurus,

 

I would like to remove the language selection field at the bottom of any page provided by my theme (Prestige), since I already have other selectors. I could not find how to remove that. My shop URL is: andastudio.co

 

andauser_2-1634380622547.png

 

 

 

Could you please help me with that?

Kind Regards,

Ayse

Accepted Solutions (2)
Zworthkey
Shopify Partner
5581 642 1542

This is an accepted solution.

 

 

.locale-selectors__container {
    display: none !important;
}

 

 

Add this code in theme.css or style.css
@andauser 
thank you.

View solution in original post

dmwwebartisan
Shopify Partner
11515 2438 3529

This is an accepted solution.

@andauser 

lease Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.locale-selectors__container {
    display: none !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)
Zworthkey
Shopify Partner
5581 642 1542

This is an accepted solution.

 

 

.locale-selectors__container {
    display: none !important;
}

 

 

Add this code in theme.css or style.css
@andauser 
thank you.

dmwwebartisan
Shopify Partner
11515 2438 3529

This is an accepted solution.

@andauser 

lease Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.locale-selectors__container {
    display: none !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app