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

Solved

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

timelessracing
Excursionist
29 1 17

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/

Screenshot 2025-02-23 at 9.11.21 PM.png

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

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 

LizHoang_0-1740364448725.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
11399 2237 2410

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; }

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

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 

LizHoang_0-1740364448725.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

B2Bridge
Explorer
334 67 82

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 </head> tag and add the following code above </head> tag
Here is the code for Step 3:

 

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

 

Screenshot_4.png

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

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

mageplaza-cs
Shopify Partner
394 32 67

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

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com

DaisyVo
Shopify Partner
4340 482 568

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 </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

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

 

DaisyVo_0-1740367710569.png

 

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

topnewyork
Astronaut
1299 160 217

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 </head>

<style>
 form#HeaderLocalization {
    display: none !important;
}
</style>

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

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

StrokeInfotech
Shopify Partner
4 0 0

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.

 

StrokeInfotech_0-1740386472963.png