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
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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Please add the following CSS code to your asset/base.css bottom of the file.
.locale-selectors__content { display: none !important;}
Thanks!