View Categories

How to Remove Logo from Store Locator Listing?

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 #

  1. Log in to your WordPress admin dashboard.
  2. Navigate to Agile Store Locator → ASL Settings.
  3. Open the UI Settings tab.
  4. Locate the Hide Logo option.
  5. Enable the option.
  6. 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.
hide store logo

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 #

  1. Log in to your WordPress admin dashboard.
  2. Navigate to Agile Store Locator → ASL Settings.
  3. Open the Customizer tab.
  4. Select the template currently being used by your store locator.
  5. Click Load Template.
  6. 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.