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

Solved

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

Artron
Tourist
10 0 3

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!

 

 Screen Shot 2021-11-11 at 13.37.38.png

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 641 1581

This is an accepted solution.

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

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

Thank You.

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 641 1581

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

Artron
Tourist
10 0 3

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!

Zworthkey
Shopify Partner
5581 641 1581

This is an accepted solution.

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

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

Thank You.

Artron
Tourist
10 0 3

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