Can I hide the Address Search Bar?

FAQ Viewed: 983

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.

Leave a Reply

Your email address will not be published. Required fields are marked *