Hello, could someone please let us know how to remove currencies from the country selection in the footer?
A screenshot is attached below.
Link: https://swishcourt.com/
We would greatly appreciate any support!
Best regards,
Hello, could someone please let us know how to remove currencies from the country selection in the footer?
A screenshot is attached below.
Link: https://swishcourt.com/
We would greatly appreciate any support!
Best regards,
Hey there @einarss you should try out the reply in this previous community thread here https://community.shopify.com/c/shopify-design/how-to-remove-currency-switcher-from-footer-dawn-10/m-p/2141857 and let me know if that works for you or what happens when you input that code.
Hello, I tried adding the code, but it doesn’t work. Do you have any other solutions? Also, please keep in mind that we want to show the country names. The currency is the only thing that we want to hide.
I’ll try do some more research then I’ll get back if I see anything new that’ll be helpful
Please let us know. Any support is greatly appreciated!
Hi @einarss
Go to Theme Customize > Edit Code, open this file, and delete these lines.
I hope this helps
Best,
Daisy
Please add the following CSS code to your assets/section-footer.css bottom of the file.
.footer__localization {display: none !important;}
thanks!
Thank you so much!