Overview
To change your map using Snazzy Maps, please follow these steps:
- From Shopify's admin, select Apps.
- Select Store Locator.
- Select Settings.
- Select Display Settings.
- Copy and paste this in the Page Header HTML box:
<script> var old_fixURLS = fixURLS; fixURLS = function (){
var map= boldMap;
if (typeof map === 'undefined') {
return
} styles=XXXX; map.setOptions({styles: styles}); old_fixURLS(); }; </script> - Head over to Snazzy Maps to find your desired map style.
- Copy the code in the JavaScript Style Array.
- Replace the XXXX in the "Page Header HTML" box with the code copied in step 5.
- Select Save.