How To Remove Extra Language Selector On SENSE THEME

There is this white language selector at the bottom footer that I dont know how to remove. Its making it so that the footer doesnt fully reach the bottom which looks ugly, how do I remove this language selector I already have one as u can see.

StrayBear_0-1698435507663.png

Website: https://electrowirecharger.myshopify.com/

Hi @StrayBear

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!