Remove currency from language picker

Hi,

can anyone help me remove the currency in the top bar as well as the mobile drawer menu without removing the country ?

1 Like

Hi @Daniel19901

Your Store is password protected Kindly share the Password

@Mehran_Ali thx.

Password is: sasa

It Can’t be Done using css Can you share you store collaboration code

Hi @Daniel19901

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 “theme. Liquid” file. Find the tag and paste the code below before the tag.
.m-menu-drawer__wrapper .m-switcher-dropdown.m-country-switcher, .m-switcher-dropdown.m-country-switcher {
    display: none !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!