How to Remove Location Searches from the Search Modules
For the Homepage, Header and Member Sidebar, you can just choose search modules that don’t have location in them:
- Design Settings » Header Design
- Design Settings » Header Search
- Design Settings » Search Box / Call To Action
- Toolbox » Sidebar Manager
For the Post Types sidebar, the location search field is wrapped with a CSS class that can be targeted with one rule to hide it for all those:
.location-search-field { display: none; }
This will hide the rest of the location input fields for posts in the sidebar searches.