Title: Submit or Filter button
Last modified: August 22, 2016

---

# Submit or Filter button

 *  Resolved [jchoueiri](https://wordpress.org/support/users/jchoueiri/)
 * (@jchoueiri)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-or-filter-button/)
 * Hi
    I have the free version, can I change the color of the submit or filter button
   from grey to any other color? thanks
 * [https://wordpress.org/plugins/search-filter/](https://wordpress.org/plugins/search-filter/)

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

 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-or-filter-button/#post-5944206)
 * You can style the form you want but you need to know some CSS to make the changes.
 * Something like this might work:
 *     ```
       .searchandfilter input[type=submit]
       {
           background-color:red;
       }
       ```
   
 * This would go in your themes `style.css` or equivalent.
 * Thanks
 *  Thread Starter [jchoueiri](https://wordpress.org/support/users/jchoueiri/)
 * (@jchoueiri)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-or-filter-button/#post-5944248)
 * Thanks for the help- it worked….one more question if you dont mind…what about
   a button to rest or clear?
 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-or-filter-button/#post-5944279)
 * I’ve recently added that to the pro plugin – otherwise you could just use any
   regular link to the page containing your search form
 *  Thread Starter [jchoueiri](https://wordpress.org/support/users/jchoueiri/)
 * (@jchoueiri)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-or-filter-button/#post-5944280)
 * Thanks again for your help

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

The topic ‘Submit or Filter button’ is closed to new replies.

 * ![](https://ps.w.org/search-filter/assets/icon-256x256.png?rev=3096093)
 * [Search & Filter](https://wordpress.org/plugins/search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-filter/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [jchoueiri](https://wordpress.org/support/users/jchoueiri/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/submit-or-filter-button/#post-5944280)
 * Status: resolved