Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
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
Could you please help me with that?
Kind Regards,
Ayse
Solved! Go to the solution
This is an accepted solution.
.locale-selectors__container {
display: none !important;
}
Add this code in theme.css or style.css
@andauser
thank you.
This is an accepted solution.
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;
}
This is an accepted solution.
.locale-selectors__container {
display: none !important;
}
Add this code in theme.css or style.css
@andauser
thank you.
This is an accepted solution.
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;
}
User | RANK |
---|---|
115 | |
89 | |
70 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022