We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

remove currency dropdown menu at footer on debut theme

Solved

remove currency dropdown menu at footer on debut theme

campervans
New Member
5 0 0

Hi, 

I tried to remove the currency dropdown menu at the bottom of the page at the footer but nothing works.

I'm using debut theme. Does anyone know how I can do that? 

 

kind regards

Accepted Solution (1)

Denishamakwana
Shopify Partner
1429 174 233

This is an accepted solution.

please add below code in bottom of assets/theme.css file

.selectors-form__item {
       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 denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 11 (11)

Denishamakwana
Shopify Partner
1429 174 233

Please share your store URL and and your store is password protected then provide password too.

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

Zworthkey
Shopify Partner
5581 641 1583

hii, @campervans 
kindly share your store URL so,
I can solve it perfectly.
Thank You.

dmwwebartisan
Shopify Partner
12384 2560 3749

@campervans 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
campervans
New Member
5 0 0

My store URL is gommanscampers.nl

Zworthkey
Shopify Partner
5581 641 1583

@campervans 
share your store password.
Thank You.

campervans
New Member
5 0 0

aoldeu

Zworthkey
Shopify Partner
5581 641 1583

@campervans 
paste this code on top of the theme.scss file.

ul#country-list {
    display: none !important;
}

Thank You.

campervans
New Member
5 0 0

i pasted it to the top of the theme.scss file but nothing has changed.

dmwwebartisan
Shopify Partner
12384 2560 3749

@campervans 

Please add code bottom of theme.scss.liquid file .

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
12384 2560 3749

@campervans 

Please share store password.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Denishamakwana
Shopify Partner
1429 174 233

This is an accepted solution.

please add below code in bottom of assets/theme.css file

.selectors-form__item {
       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 denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme