Title: Remove search in header
Last modified: August 30, 2016

---

# Remove search in header

 *  Resolved [jacquelinegleason](https://wordpress.org/support/users/jacquelinegleason/)
 * (@jacquelinegleason)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-search-in-header/)
 * Is there a way to get rid of the search field in the header via CSS instead of
   going thru the .php?

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

 *  [kmross](https://wordpress.org/support/users/kmross/)
 * (@kmross)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-search-in-header/#post-6593308)
 * What theme are you using, and what is the url?
 * You *can* use CSS to hide the search –> display: none;
 * I don’t really recommend using CSS for this. Information about the theme and 
   the website url will be helpful in answering your question properly.
 *  [prabhukb](https://wordpress.org/support/users/prabhukb/)
 * (@prabhukb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-search-in-header/#post-6593421)
 * Hello,
 * Use this plugin for custom css
    [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 * below code Copy and Paste in your custom css.
 *     ```
       .headerTop .text-right {
       	display: none;
       }
       ```
   
 * I hope this is help:)
 *  Thread Starter [jacquelinegleason](https://wordpress.org/support/users/jacquelinegleason/)
 * (@jacquelinegleason)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-search-in-header/#post-6593446)
 * I did use the plugin recommended by prabhukb and it worked great. thank you.

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

The topic ‘Remove search in header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dk-responsive/1.14/screenshot.
   png)
 * DK Responsive
 * [Support Threads](https://wordpress.org/support/theme/dk-responsive/)
 * [Active Topics](https://wordpress.org/support/theme/dk-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dk-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dk-responsive/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [jacquelinegleason](https://wordpress.org/support/users/jacquelinegleason/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-search-in-header/#post-6593446)
 * Status: resolved