How to Remove Location Searches from the Search Modules

Link: https://support.brilliantdirectories.com/support/solutions/articles/12000101405-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:

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.