Agile Store Locator allows you to display a logo or image for each store in the store listing. If you prefer a cleaner layout or do not want store logos to appear, there are two simple ways to remove them.
Method 1: Hide Store Logos Using Settings (Recommended) #
This is the easiest method and does not require any code changes.
Steps #
- Log in to your WordPress admin dashboard.
- Navigate to Agile Store Locator → ASL Settings.
- Open the UI Settings tab.
- Locate the Hide Logo option.
- Enable the option.
- Click Save Settings.
Once saved, store logos will no longer appear in the store listing.
Benefits #
- No coding required.
- Works across all supported templates.
- Easy to enable or disable at any time.

Method 2: Remove the Logo Through the Template Customizer #
If you want more control over the store listing layout, you can remove the logo directly from the template HTML.
Steps #
- Log in to your WordPress admin dashboard.
- Navigate to Agile Store Locator → ASL Settings.
- Open the Customizer tab.
- Select the template currently being used by your store locator.
- Click Load Template.
- Locate the following code:
{{if path}}
<div class="pol-sm-4 pol-4">
<div class="sl-logo-cont">
<div class="sl-logo-box">
<img alt="store-logo" src="{{:URL}}Logo/{{:path}}">
</div>
</div>
</div>
{{/if}}
Remove the entire code block. Click Save Template.
Important Note #
Template customizations are specific to the selected template. If you switch to a different store locator template later, you may need to repeat the customization for that template.
If you need assistance customizing your store locator templates, contact our support team at support@agilelogix.com.