remove currency dropdown menu at footer on debut theme

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

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

Thank you.

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

@campervans

Please share your store URL!

Thanks!

My store URL is gommanscampers.nl

@campervans
share your store password.
Thank You.

@campervans

Please share store password.

Thanks!

aoldeu

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

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

Thank You.

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

.selectors-form__item {
display: none;

}

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

@campervans

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

Thanks!