Hi there. I am using the Debut theme and my shop currency is in EUR. Because of that I think the currency converter (at the bottom of the page) displays a list of countries that have EUR currency only. I would like to deactivate this country/currency selector if that’s possible at all. My website URL is https://heartisannes.co/. Can someone help please?
Please Go to Online Store → Themes → Edit code → Assets → theme.css and paste this code at the end of this file.
.locale-selectors__container {
display: none !important;
}
Please add the following code at the bottom of you assets/theme.css file.
.locale-selectors__container {
display: none !important;
}
Hope this works.
you have check your footer section customization its allow enable to disable or you have try below code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.locale-selectors__container {display: none;}
Thank you, this fixed my issue! ![]()
@KetanKumar im using the dawn theme ..does this work on the base.css ( i added this code to base.css and it didnt work)..not sure what im doing wrong
How did this ended up here? is it pulling from a app?
can you please share store url
Hello Ketan Sir
Given below is my URL and I want to remove currency selector (USD, AUD,CAD,EURO, GBP) at bottom which stays while shopping. Your help would be appreciated.
Hi Alex, I’ve tried adding the above code but it didn’t seem to work for me? Are you Able to help? The currency converter is in the top navigation bar, see here https://dwpromo.co.uk.
Im hoping to remove it completely so the sites in GBP only, any help is appreciated
hi i want to do this on the boost theme my store doesnt have a theme.css?
hi i want to do this on the boost theme my store doesnt have a theme.css?
Hi @jadeh1 ,
Just follow the instructions below.
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Asset folder and open the style.css file
- At very end of the code, add the code below
.utils__item.utils__item--currency.header-localization.header-localization--desktop.hide-for-search {
display: none;
}
this is what i have in my assets
hi, i use the FLOW theme and it doesn’t have a theme.css in assets, what to do then? can you help me?
