How to delete the language selector underneath the footer?

Solved

How to delete the language selector underneath the footer?

BBajmel
Tourist
14 0 2

Hey there, 

 

I need help with the language selector. I use the dawn theme and the language selector appears twice. One time where it should be in the footer and a second time underneath the footer. Please see the pics attached. The one I circled in I want to get rid of. 

 

Can someone help me out here? 

 

Thanks in advance, 

 

Bianca 

Screen Shot 2023-11-07 at 9.13.53 AM.png

Accepted Solution (1)

richbrown_staff
Shopify Staff
652 96 166

This is an accepted solution.

Hi @BBajmel , I would not recommend editing code. This is the selector from the Geolocation app. Go to Apps > Geolocation and turn off the selector.

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 6 (6)

Guleria
Shopify Partner
3643 733 1025

Hello @BBajmel ,

 

Please share the store URL

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL
BBajmel
Tourist
14 0 2

Hey @Guleria the URL is www.bajberlin.com

Guleria
Shopify Partner
3643 733 1025

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css or section-footer.css file and paste the following code below:

 

.locale-selectors__container {
    display: none !important;
}

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL
BBajmel
Tourist
14 0 2

Awesome, thank you so much! That worked perfectly.

richbrown_staff
Shopify Staff
652 96 166

This is an accepted solution.

Hi @BBajmel , I would not recommend editing code. This is the selector from the Geolocation app. Go to Apps > Geolocation and turn off the selector.

To learn more visit the Shopify Help Center or the Community Blog.

BBajmel
Tourist
14 0 2

Hi @richbrown_staff that also perfectly worked. Thanks a lot!