Select your platform

Hide the Currency Picker

Alexa
Alexa
  • Updated

Multi-Currency allows you to set a customer's local currency using geolocation. This gives you the flexibility to hide the currency picker.

The currency must be added and enabled within Multi-Currency in order for the app to geolocate customers from your currency's region.

The app will use the store's default currency if it's unable to geolocate the customer.

 Caution

As of February 19th, 2021, Bold Multi-Currency is no longer available to install on the Shopify App Store. If your store has installed our Bold Multi-Currency app prior to February 19, 2021 - you will be able to continue using this app as it is grandfathered on your store.

 


 

Setup

  1. From the Shopify Admin, select Online Store.
  2. Select Actions.

    Select Actions

  3. Select Edit code.

    Select Edit Code

  4. Under Assets, find bold-currency-picker.css.

    Select Assets/bold-currency-picker.css

  5. Find the following lines of code:
    .BOLD-mc-picker {
    margin-bottom: 0;
    white-space: nowrap;
    height: 32px; }

    Find Code

  6. Copy and paste the following code within this class selector:
    display: none;

    Insert Code

  7. Select Save.

    Select Save