Overview
This article outlines how to add images to each of your stores in Store Locator.
These images will appear for your customers after they have performed a search.
Setup
- From the 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 code into the Page Header HTML box:
<style> .result_image { float: left; margin-right: 10px; height: 100px; width: 100px; } </style>
Note: This CSS will force the image to be 100px by 100px. You can adjust the numbers to change the dimensions.
- Select Save.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article