To add an image to a store in Store Locator, follow these steps:
- From "Shopify Admin", select Apps.
- Select Store Locator.
- Select Stores.
- Select Manage Locations.
- Select Edit next to the store to add the image.
-
Paste this code into the Name field before the name:
<img class="result_image" src="####"/>
- Replace #### with the URL to your image.
- Select Save.
- Select Settings.
- Select Display Settings.
-
Copy and paste this into the "page header HTML" box:
.result_image { float:left; margin-right: 10px; height: 100px width: 100px }
Note: This CSS will cause the image to be a 100 px x 100 px square image, you can adjust the numbers to change the dimensions.
- Select Save.
That's it!