Hello!
How can I remove the duplicated language and currency selector?
Please add the following css code to your assets/base.css bottom of the file.
.locale-selectors__content {
display: none !important;
}
Thanks!
.locale-selectors__content {
display: none !important;
}
@CarlosDeco
Add this code in theme.css or theme.scss file
Hi, I tried a few of the solutions of inserting code people suggested on here but they didn’t work for me, the drop down on the left of the screen still showed making it confusing as I added the Weglot app so there were 2 language selectors. I have the Maker theme. I finally figured it out and this is what worked for me to delete the Shopify drop down language selector in the footer.
Go to Online Store/click on the 3 dots next to the Customize/you’ll see Edit Code
REMOVE/DELETE THIS CODE UNDER
Layout,
THEME.LIQUIDE
THEME.LIQUIDE
GO TO BOTTOM AND DELETE THIS CODE AND then hit SAVE
{% include ‘etranslate-language-switch-control’ %}
{% include ‘etranslate-rtl’ %}
(I saved the code in a word document just in case I wanted to add it back later)