Remove language switcher in Header on Debut theme

Dear Community,

Do you know how to remove original Debut theme’s language switcher?
As I am using Langwill tranlation app and their switcher, I do not need two!

P.S. Sorry, not a programmer :slightly_smiling_face:

1 Like

Hi @TheNOSS ,

Could you please share your store’s URL and password if it’s password-protected so I can have a closer look?

@TheNOSS

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thank you for the prompt reply!

Our webshop is at www.nordicsummerset.com

1 Like

@TheNOSS

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header__search {
    padding-right: 35px;
}
.site-header__language {display: none !important;}
1 Like

Please try adding this code to your theme code:

  • From your Shopify admin, go to Sales channels > Online store > Theme > Actions > Edit code

  • Open the theme.liquid file and paste this code at the bottom of the file


I hope it helps.

Thank you very much! It worked!

Sorry, I needed to remove the other switcher.

But it’s all done now.

Thank you for the assistance!