How can I remove the language selector from the bottom using Dawn theme?

I’m using Dawn theme. I’ve added an app to allow choosing the language and currency. The app is Hextom: Translate My Store.

It added this selector on the bottom but I want to remove it since I already have a dropdown selector on the header:

Thank you in advance,

1 Like

Hi @tigas31 ,

Would you mind to share your URL website? with password if its protected. Thanks!

I’ve sent you by private message. Thanks in advance.

1 Like

Thank you for the information.
Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.footer__column.footer__localization.isolate {
    display: none;
}

Result:

I hope it help.

Hi, I have 2 country and language selectors, but would like to remove one. The code works but removes the wrong one. I would like to remove the one circled in white. please advise

1 Like

Hi @bennybekro

Would you mind to share your Store URL website? with password if its protected. Thanks!

2 Likes

Hi, Thank You

bekro555

1 Like

Exactly same problem I am facing on my website and not yet solved

I don’t know how to remove last one in footer

site is: dotcomia.com

1 Like

Hi @Shamsherkhan

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.locale-selectors__container {
    display: none;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks for the info, check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.locale-selectors__container {
    display: none !important;
}
1 Like

This worked perfectly, Thanks

1 Like

Welcome, Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hello @Made4uo-Ribe

Do you know how i can remove from header please? Or at least change to icon like the example:

Mine that i want to remove

Example: