Currency Selector Removal

I need to remove the currency selector from my shopify store. Store link: harmoniefeuer.com

Theme im using: Dawn

The currency selector can be seen on the lower left of the store. Check screenshot :slightly_smiling_face:

Thank you in advance!

Hello @harmoniefeuer
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.vitals-currency-converter {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like