How can I remove currencies from the country selector menu?

Topic summary

Goal: Hide currencies from the country/region selector in the Shopify store header.

Context and actions:

  • The store URL was shared to enable troubleshooting. A screenshot showing the selector was provided.
  • A CSS solution was suggested: add a rule in Online Store > Themes > Edit code > Assets > base.css to hide the currency section within the country list.

Outcome so far:

  • The CSS successfully removed currency options from the dropdown list.
  • The currency is still visible next to the currently selected country (the selector’s displayed value), so the removal is only partial.

Current status:

  • Further guidance is needed to also hide currency from the selected/active display state of the localization selector.
  • No final resolution yet; awaiting an additional CSS tweak targeting the selected value element of the country selector.

Notes:

  • The screenshot aids context but is not required to implement the CSS change.
Summarized with AI on January 13. AI used: gpt-5.

Hi,

i would like to remove the currencies from the country selector menu (header).

How can i do that?

1 Like

Hi @kristof1840

Please drop your store link here so I can check and provide solution

Hi Dan,

thank you for your help. here you can find it

https://gymgoblin.com/

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; }
1 Like

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?