How can I remove the extra currency selector in my Dawn 2.0 footer?

I’m using Dawn 2.0 It seems I somehow have added two currency selectors to my footer.

How do I remove the footer that is closest to the bottom? I’m not sure where to find it in the code

1 Like

@BlairC12

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

www.bulldogpetshop.ca

1 Like

@BlairC12

Please add the following CSS code to your asset/base.css bottom of the file.

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

Thanks!

@BlairC12

If helpful then please Like Solution.

Thanks!