Title: Remove/Edit Search bar
Last modified: September 29, 2021

---

# Remove/Edit Search bar

 *  Resolved [isuzucrewcab](https://wordpress.org/support/users/isuzucrewcab/)
 * (@isuzucrewcab)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/)
 * Hi,
 * In both the Whoop and Supreme Directory how do you edit or remove the search 
   bar “Places Search For Near”?
 * Thanks
    Steve

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Paolo](https://wordpress.org/support/users/paoltaia/)
 * (@paoltaia)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14925364)
 * Hi,
 * the easiest way would be with CSS:
 *     ```
       .geodir-search-container {
           display: none;
       }
       ```
   
 * Hope this helps,
 * thanks
 *  Thread Starter [isuzucrewcab](https://wordpress.org/support/users/isuzucrewcab/)
 * (@isuzucrewcab)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926161)
 * Hi,
 * Thanks. I take it then that there is no way to edit to remove “Near”.
 * Steve
 *  Plugin Author [Paolo](https://wordpress.org/support/users/paoltaia/)
 * (@paoltaia)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926509)
 * Yes, there is.
 * If you want to remove the near field only, you can do that with this CSS:
 *     ```
       .gd-search-field-near {
           display: none;
       }
       ```
   
 * Thanks,
 *  Thread Starter [isuzucrewcab](https://wordpress.org/support/users/isuzucrewcab/)
 * (@isuzucrewcab)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926626)
 * Thank you. Is there anywhere in the documentation that I can find this information?
 * Steve
 *  Thread Starter [isuzucrewcab](https://wordpress.org/support/users/isuzucrewcab/)
 * (@isuzucrewcab)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926639)
 * Also, last question on this topic. Where do you remove/change the Whoop! image
   on the home page above the search bar?
 * Thanks
 *  Plugin Author [Paolo](https://wordpress.org/support/users/paoltaia/)
 * (@paoltaia)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926654)
 * _Thank you. Is there anywhere in the documentation that I can find this information?_
 * [https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search](https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search)
 * Similar things can be found by searching our old forum: [https://wpgeodirectory.com/support/search/hide+near+me+field/](https://wpgeodirectory.com/support/search/hide+near+me+field/)
 * _
    Where do you remove/change the Whoop! image on the home page above the search
   bar?
 * In the customizer to change it.
 * Appearance > Customize > Header > Logo.
 * To hide it use this CSS:
 *     ```
       .home .site-logo {
           display: none;
       }
       ```
   
 * Thanks,
 *  Thread Starter [isuzucrewcab](https://wordpress.org/support/users/isuzucrewcab/)
 * (@isuzucrewcab)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926695)
 * Don’t worry. I found it

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Remove/Edit Search bar’ is closed to new replies.

 * ![](https://ps.w.org/geodirectory/assets/icon-256x256.jpg?rev=2778361)
 * [GeoDirectory - WP Business Directory Plugin and Classified Listings Directory](https://wordpress.org/plugins/geodirectory/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geodirectory/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geodirectory/)
 * [Active Topics](https://wordpress.org/support/plugin/geodirectory/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geodirectory/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geodirectory/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [isuzucrewcab](https://wordpress.org/support/users/isuzucrewcab/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/remove-edit-search-bar/#post-14926695)
 * Status: resolved