How to change the currency icon in the filter field.

Topic summary

A user is seeking help to modify or remove the currency icon displayed in the filter field on their Shopify product pages. Specifically, the currency appears in Arabic within the price filter option when customers navigate through the mega-menu to the products section.

A proposed solution was offered:

  • Add custom CSS code to the theme to hide the currency display
  • The suggested code targets .field-currency with display:none;

The discussion remains open, as it’s unclear whether this solution fully addresses the user’s needs or if they want to change (rather than remove) the currency icon.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hi there ,

Is there any way to change the currency icon in the filter field in the products section , click any of the option in mega-menu , you will be redirected to product section . In that section when we scroll down there is a filter price option where it display the currency in arabic . Does anyone know how to change or remove it .

Thank You !!

site url :: https://spyxvk87omdxxbob-71493648693.shopifypreview.com

You can add this custom CSS code to your theme:

.field-currency {
display:none;
}