Overview
By default, Store Locator will display a search banner at the top of your map with selections that customers can make for their search. This banner includes the option to select the distance, and how many results appear in their search query.
-
Distance allows customers to set the range of stores that will appear in their search.
- Example: See all stores within a 25km range.
-
Results will limit how many stores appear in the search radius.
- Example: Customers can set only the closest 5 stores to appear in their results.
The options for distance and results can be removed to give a more minimal and personalized look to your Store Locator page.
To hide the search radius and results dropdown menus, please follow the steps below.
Setup
- From the Shopify admin, select Apps.
- Select Store Locator.
- Select Settings.
- Select Display Settings.
- Copy and paste this code into the Page Header HTML field:
<style> .distance_label { display: none; } #within_distance { display: none; } .search_limit_label { display: none; } #limit { display: none; } </style>
- 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