How can I deactivate the currency converter on my Debut theme website?

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?

1 Like

@myhaele

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

@myhaele

Please add the following code at the bottom of you assets/theme.css file.

.locale-selectors__container {
display: none !important;
}

Hope this works.

@myhaele

you have check your footer section customization its allow enable to disable or you have try below code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.locale-selectors__container {display: none;}

Thank you, this fixed my issue! :slightly_smiling_face:

@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

1 Like

How did this ended up here? is it pulling from a app?

@RHF

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.

trendydiscounthouse.com

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?

Soulstar Clothing | Shop Mens Fashion Online

hi i want to do this on the boost theme my store doesnt have a theme.css?

Soulstar Clothing | Shop Mens Fashion Online

1 Like

Hi @jadeh1 ,

Just follow the instructions below.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the style.css file
  3. 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?