Have your say in Community Polls: What was/is your greatest motivation to start your own business?

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

Solved

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

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
9085 2172 2681

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 12 (12)

Made4uo-Ribe
Shopify Partner
9085 2172 2681

Hi @tigas31 ,

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
tigas31
Excursionist
57 0 9

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

Made4uo-Ribe
Shopify Partner
9085 2172 2681

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
HELDERWRLD
Explorer
146 0 8

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
Screenshot 2024-08-10 at 7.54.57 PM.png
Example:
Screenshot 2024-08-10 at 7.56.16 PM.png

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
9085 2172 2681

Hi @bennybekro 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
bennybekro
Tourist
3 0 3

Hi, Thank You

artbekro.com

bekro555

Made4uo-Ribe
Shopify Partner
9085 2172 2681

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

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
bennybekro
Tourist
3 0 3

This worked perfectly, Thanks

Made4uo-Ribe
Shopify Partner
9085 2172 2681

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Shamsherkhan
Tourist
10 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
9085 2172 2681

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.