Title: Hide Reset Button
Last modified: July 21, 2018

---

# Hide Reset Button

 *  Resolved [Junaid Rashid](https://wordpress.org/support/users/sjkjk53j5kl3j/)
 * (@sjkjk53j5kl3j)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-reset-button/)
 * Hi, i am designing a website for my client, he does not want a “reset” button
   in the search field. I am unable to hide it, if I use
 *     ```
       .es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap input {
        visibility: hidden;  
       }
       ```
   
 * css then it also hides the search button. Anybody can help??
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-reset-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [Junaid Rashid](https://wordpress.org/support/users/sjkjk53j5kl3j/)
 * (@sjkjk53j5kl3j)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-reset-button/#post-10515142)
 * finally i am able to sort it out, i used following css
 *     ```
       /*Hide Reset Button*/
   
       .es-button-gray {
           visibility: hidden;
   
       }
       ```
   
 * and reset button has hidden now
 *  [t2018](https://wordpress.org/support/users/t2018/)
 * (@t2018)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/hide-reset-button/#post-10842830)
 * Hi.
    Where should I paste it? ATB T

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

The topic ‘Hide Reset Button’ is closed to new replies.

 * ![](https://ps.w.org/estatik/assets/icon-256x256.png?rev=2819514)
 * [Estatik Real Estate Plugin](https://wordpress.org/plugins/estatik/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/estatik/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/estatik/)
 * [Active Topics](https://wordpress.org/support/plugin/estatik/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/estatik/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/estatik/reviews/)

## Tags

 * [search field](https://wordpress.org/support/topic-tag/search-field/)

 * 2 replies
 * 2 participants
 * Last reply from: [t2018](https://wordpress.org/support/users/t2018/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/hide-reset-button/#post-10842830)
 * Status: resolved