Dawn- how to remove wrong language switcher in footer?

Dear,

Can anyone help me with removing a language switcher in the footer? → contour-lab.myshopify.com

I already have a language switcher in my header, but a second language switcher is still floating on my homepage. And it doesn’t even work..

Might be a leftover code from a previous translation app that i have deleted?

The app i’m using now is TRANSLATION LAB.

Please help!! Thanks!

Greetings

Hi @Christinahadi

Add the following code at the bottom of your base.css file:

localization-form {
    display: none;
}

Let me know if that works!

Hi @JHKCreate

Unfortunately that didn’t change anything.

Still seeing the language switcher at the bottom right of the page (floating).

Do you know any other solutions?

Thanks so much in advance

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.

  • Step 2: Go to Assets > base.css and paste this at the bottom of the file: #arena_multilingual_shop { display: none !important; }

Or go to Shopify Admin > Apps > Language Native Translate > Delete.

Hope it helps!

Yes, this helped!

Thanks so much!!