Solved

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

myhaele
Visitor
2 0 1

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?

Accepted Solution (1)

Hardik29418
Shopify Partner
2913 419 1083

This is an accepted solution.

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

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 15 (15)

Hardik29418
Shopify Partner
2913 419 1083

This is an accepted solution.

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

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
myhaele
Visitor
2 0 1

Thank you, this fixed my issue! 🙂

CoolJ
Shopify Partner
7 0 2

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

CallumMorley
Visitor
2 0 0

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

jadeh1
Tourist
9 0 2

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

 

Soulstar Clothing | Shop Mens Fashion Online

Pixies
Visitor
1 0 0

hi, i use the FLOW theme and it doesn't have a theme.css in assets, what to do then? can you help me?

dmwwebartisan
Shopify Partner
12289 2547 3698

@myhaele 

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

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

Hope this works.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

KetanKumar
Shopify Partner
36843 3636 11978

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

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
RHF
Excursionist
24 0 6

@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

KetanKumar
Shopify Partner
36843 3636 11978

@RHF 

can you please share store url

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TrendyDiscHouse
Tourist
3 0 1

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

jadeh1
Tourist
9 0 2

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

 

Soulstar Clothing | Shop Mens Fashion Online

made4Uo
Shopify Partner
3805 713 1128

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

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
jadeh1
Tourist
9 0 2

Screenshot 2023-05-24 094113.jpg

jadeh1
Tourist
9 0 2

this is what i have in my assets