How to Remove Currency Switcher from Footer Dawn 10

Hi Everyone,

Can someone help me with a code to remove the Remove Currency and language Switcher from Footer in Dawn 10 Theme

1 Like

Hi @Anis2023 ,

Try this one.

  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, 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:
  4. And Save.
.no-js-hidden {
    display: none;
}

Result:

If this wont work, would you mind to share your URL website? with password if its protected. Thanks!