Hello, in the header I would like to get rid of the currency selector next to “LOGIN”. Can you help me? Thank you!
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
#header .thb-header-right .thb-secondary-myaccount { display: none !important; }
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
I am from Mageplaza - Shopify solution expert.
Please follow the following instructions to solve the above problem:
-
Go to shopify Admin> Online Store> Themes
-
Click Actions> Edit Code
-
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
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.
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- 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:
- Log in to your Shopify Admin and go to Online Store > Themes.
- Click Customize next to your active theme.
- In the theme editor, open the Header section.
- Locate the Enable Currency Switcher option and toggle it off.
- Preview your changes to ensure everything looks good.
- Once you’re happy with the result, click Save to apply the changes.