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 |
---|---|
290 | |
83 | |
54 | |
46 | |
43 |