To add an image to a store in Store Locator, please follow these steps:
- From Shopify's 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 code into the "Page Header HTML" box:
<style> .result_image { float: left; margin-right: 10px; height: 100px; width: 100px; } </style>
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!