Hi,
i would like to remove the currencies from the country selector menu (header).
How can i do that?
Goal: Hide currencies from the country/region selector in the Shopify store header.
Context and actions:
Outcome so far:
Current status:
Notes:
Hi,
i would like to remove the currencies from the country selector menu (header).
How can i do that?
Hi @kristof1840
Please drop your store link here so I can check and provide solution
Hi @kristof1840
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
It has been removed, thanks!
Hi @kristof1840
Please add this code at the bottom of your base.css file in Online store > Themes > Edit code > Assets
#HeaderCountryList .localization-form__currency { display: none; }
Thank you Dan for your help!
It did remove from the list, but it is still visible by the country which is selected.
Could you help me remove that?