Language selector - Remove from bottom

Solved
tigas31
Excursionist
57 0 9

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:

 

tigas31_0-1687889160539.png

 

Thank you in advance,

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4092 940 1146

This is an accepted solution.

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:

Ribe_Dagandara_0-1687891863350.png

I hope it help. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 11 (11)
Made4uo-Ribe
Shopify Partner
4092 940 1146

Hi @tigas31 ,

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


tigas31
Excursionist
57 0 9

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

Made4uo-Ribe
Shopify Partner
4092 940 1146

This is an accepted solution.

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:

Ribe_Dagandara_0-1687891863350.png

I hope it help. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


bennybekro
Tourist
3 0 3

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 advisefooter.PNG

Made4uo-Ribe
Shopify Partner
4092 940 1146

Hi @bennybekro 

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


bennybekro
Tourist
3 0 3

Hi, Thank You

artbekro.com

bekro555

Made4uo-Ribe
Shopify Partner
4092 940 1146

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1700426564465.png

     

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


bennybekro
Tourist
3 0 3

This worked perfectly, Thanks

Made4uo-Ribe
Shopify Partner
4092 940 1146

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Shamsherkhan
Visitor
1 0 1

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

Made4uo-Ribe
Shopify Partner
4092 940 1146

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1700426401860.png

     

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com