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.

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *