Remove button that suggests choosing a certain Euro from all European countries

Hello there,

I hope someone can help me with an issue I’m having. On the footer menu there is an option to choose euro from all the different European countries. Its very unnecessary and I’d like to remove it but can’t seem to figure out how. It’s probably very easy but my Shopify knowledge is very basic. Might someone know how?

I’ve attached a screen shot below.

Thank you in advance!

Hii, @Artron
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Hello @Zworthkey

Thank you for getting back to me, I really appreciate it.

My store URL is: https://mylaylasilver.com/

I look forward to your response.

All the best!

Hii, @Artron
Paste this code on top of the theme.scss file.

.selectors-form__item {
    display: none !important;
}

Thank You.

1 Like

Thank you @Zworthkey ! Your code solved the problem. Really appreciate it, cheers

1 Like