Title: Submit button color
Last modified: April 9, 2018

---

# Submit button color

 *  Resolved [grdarryl](https://wordpress.org/support/users/grdarryl/)
 * (@grdarryl)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/submit-button-color-9/)
 * Is it possible to change the color of the submit button, please?

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

 *  Plugin Author [pipdig](https://wordpress.org/support/users/pipdig/)
 * (@pipdig)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/submit-button-color-9/#post-10171787)
 * Hi [@grdarryl](https://wordpress.org/support/users/grdarryl/),
 * This is something that would be controlled by your theme. If you can send me 
   a link to the page, I will be able to send you some CSS to add to style the button
   🙂
 *  Thread Starter [grdarryl](https://wordpress.org/support/users/grdarryl/)
 * (@grdarryl)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/submit-button-color-9/#post-10172152)
 * Hi [@pipdig](https://wordpress.org/support/users/pipdig/)
 * Thanks! Please could you take a look at [http://globaltqm.wpengine.com](http://globaltqm.wpengine.com)(
   bottom of page) – it would be great to have the submit button match the other
   green (#2BA824) buttons on the page 🙂
 *  Plugin Author [pipdig](https://wordpress.org/support/users/pipdig/)
 * (@pipdig)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/submit-button-color-9/#post-10181226)
 * Sure! If you add the following CSS it will replicate your theme’s button styling
   🙂
 *     ```
       #zrf_submit {
         border-width: 6px !important;
         border-radius: 6px;
         font-size: 16px;
         font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
         background: #2BA824;
         color: #fff;
         text-transform: uppercase;
       }
       .zrf-form input, .zrf-form textarea, .zrf-form select {
         border-radius: 2px;
       }
       ```
   
 *  Thread Starter [grdarryl](https://wordpress.org/support/users/grdarryl/)
 * (@grdarryl)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/submit-button-color-9/#post-10184324)
 * [@pipdig](https://wordpress.org/support/users/pipdig/) Thanks – all good now!

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/zendesk-request-form_f2f1f1.svg)
 * [Request Form for Zendesk](https://wordpress.org/plugins/zendesk-request-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zendesk-request-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zendesk-request-form/)
 * [Active Topics](https://wordpress.org/support/plugin/zendesk-request-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zendesk-request-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zendesk-request-form/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [grdarryl](https://wordpress.org/support/users/grdarryl/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/submit-button-color-9/#post-10184324)
 * Status: resolved