Main issue: A store owner wanted to remove a footer currency selector that listed euro options for multiple European countries, considering it unnecessary.
Key details:
Context: Shopify storefront footer displayed a currency selector. A screenshot was referenced but not essential to the fix.
Store URL was provided to enable targeted guidance.
Solution provided:
Add a CSS rule at the top of the theme.scss stylesheet to hide the selector elements:
.selectors-form__item { display: none !important; }
This targets the selector’s container in the theme, effectively removing the visible currency chooser from the footer without altering other functionality.
Outcome:
The change worked as intended; the user confirmed the issue was resolved.
Status: Resolved. No further actions or open questions noted.
Summarized with AI on February 27.
AI used: gpt-5.
I hope someone can help me with an issue I’m having. On the footer menu there is an option to choose euro from all the different European countries. Its very unnecessary and I’d like to remove it but can’t seem to figure out how. It’s probably very easy but my Shopify knowledge is very basic. Might someone know how?