Title: Button
Last modified: July 30, 2019

---

# Button

 *  Resolved [afolabi4u2](https://wordpress.org/support/users/afolabi4u2/)
 * (@afolabi4u2)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/button-38/)
 * How can I make the button hover?

Viewing 1 replies (of 1 total)

 *  [nilanzva](https://wordpress.org/support/users/nilanzva/)
 * (@nilanzva)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/button-38/#post-11784126)
 * Hi [@afolabi4u2](https://wordpress.org/support/users/afolabi4u2/),
 * You can try the following custom CSS to customize the button on the form.
 *     ```
       .everest-forms .everest-forms-part-button, .everest-forms button, .everest-forms button[type=submit], .everest-forms input[type=submit] {
           background: #009688;
           border-color: #009688;
           color: #fff;
       }
       ```
   
 * You can change the styles on the hover by using the following custom CSS.
 *     ```
       .everest-forms .everest-forms-part-button:hover, .everest-forms button:hover, .everest-forms button[type=submit]:hover, .everest-forms input[type=submit]:hover {
           background: #006f65;
           border-color: #006f65;
           color: #fff;
       }
       ```
   
 * You can change the color code as your preference.
 * Regards.

Viewing 1 replies (of 1 total)

The topic ‘Button’ is closed to new replies.

 * ![](https://ps.w.org/everest-forms/assets/icon.svg?rev=2778675)
 * [Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder](https://wordpress.org/plugins/everest-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/everest-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/everest-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/everest-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/everest-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/everest-forms/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [nilanzva](https://wordpress.org/support/users/nilanzva/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/button-38/#post-11784126)
 * Status: resolved