Title: Submit Button
Last modified: December 31, 2018

---

# Submit Button

 *  Resolved [010mfwp010](https://wordpress.org/support/users/010mfwp010/)
 * (@010mfwp010)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/submit-button-61/)
 * Trying to customize the “Submit” button with a different background color and
   text. Trying the CSS, below, but not getting any change. Any help would be appreciated!
 * .wpforms-submit-container {
    background: #f58220; color: white }

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

 *  Plugin Support [Ethan Choi](https://wordpress.org/support/users/ethanchoi/)
 * (@ethanchoi)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/submit-button-61/#post-11045656)
 * Hi ,
 * You can try using the following CSS to style the submit button:
 *     ```
       div.wpforms-container-full .wpforms-form input[type=submit], 
       div.wpforms-container-full .wpforms-form button[type=submit] {
           background: #f58220 !important;
           color: white !important;
       }
       ```
   
 * In case it helps, here’s a guide on [how to add custom CSS](http://www.wpbeginner.com/pl ugins/how-to-easily-add-custom-css-to-your-wordpress-site/)
   to your site.
 * I hope this helps 🙂
 *  Thread Starter [010mfwp010](https://wordpress.org/support/users/010mfwp010/)
 * (@010mfwp010)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/submit-button-61/#post-11045807)
 * That worked – thanks!
 *  Thread Starter [010mfwp010](https://wordpress.org/support/users/010mfwp010/)
 * (@010mfwp010)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/submit-button-61/#post-11048703)
 * BTW resolved.
 *  Plugin Support [Ethan Choi](https://wordpress.org/support/users/ethanchoi/)
 * (@ethanchoi)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/submit-button-61/#post-11049830)
 * Hi 010mfwp010,
 * Great! Thanks for letting us know.
 * If you’ve any other questions please feel welcome to reach out.
 * Thanks 🙂

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

The topic ‘Submit Button’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ethan Choi](https://wordpress.org/support/users/ethanchoi/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/submit-button-61/#post-11049830)
 * Status: resolved