Hide the Address Search Control

The search control is the main search filter to locate the desired location on the store locator, in case you want to hide the search control from the template you can add the following CSS code to get rid of it.

blank

The CSS code to hide the search control is given below.

#asl-storelocator.asl-cont .asl-wrapper .Filter_section .search_filter {display: none;}