How do I get rid of the currency selector in the header?

Hello, in the header I would like to get rid of the currency selector next to “LOGIN”. Can you help me? Thank you!

https://timelessracingco.com/

1 Like

Hi @timelessracing

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

#header .thb-header-right .thb-secondary-myaccount { display: none !important; }

Hi @timelessracing

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file app.css and add this code at the end of the file

localization-form.thb-localization-forms.inside-header {
    display: none !important;
}

Result

Best,

Liz

Hi @timelessracing
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for “theme.liquid” file
3/ Open the file and search for tag and add the following code above tag
Here is the code for Step 3:

{% style %}
.thb-secondary-area.thb-header-right .thb-localization-forms{
    display: none !important;
}
{% endstyle %}

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes:

Hi @timelessracing

I am from Mageplaza - Shopify solution expert.

Please follow the following instructions to solve the above problem:

  1. Go to shopify Admin> Online Store> Themes

  2. Click Actions> Edit Code

  3. Find file assets/app.css and add this code at the end of the file

#header #HeaderLocalization{
    display: none;
}

Please let me know if it works as expected!

Best regards

Hi @timelessracing

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ

Here is the code for Step 3:

{% style %}
localization-form.thb-localization-forms.inside-header {
    display: none !important;
}
{% endstyle %}

Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.

Hi @timelessracing

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Hey @timelessracing ,

You can remove the currency selector from your store’s header by following these steps:

  1. Log in to your Shopify Admin and go to Online Store > Themes.
  2. Click Customize next to your active theme.
  3. In the theme editor, open the Header section.
  4. Locate the Enable Currency Switcher option and toggle it off.
  5. Preview your changes to ensure everything looks good.
  6. Once you’re happy with the result, click Save to apply the changes.