Can I hide the Address Search Bar?

If you want to disable the address field to just show stores within your default position you can hide the input field via custom CSS like this:

#store_locator_address_field {
      display: none;
}

Then you need to set a default lat / lng and disable auto geolocation within the plugin settings.

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *