Title: Change Submit Button
Last modified: September 16, 2016

---

# Change Submit Button

 *  Resolved [yolo](https://wordpress.org/support/users/omg1/)
 * (@omg1)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-submit-button-3/)
 * Hello
    I actually purchased the pro version of this but cannot find my login 
   info for your support website so I am coming here for help.
 * I am trying to change the submit button background color but cannot find it anywhere.
   I see in another post you mention to add this CSS to the theme (see below), but
   that didn’t work, and it seems like a crapload of code just to change the submit
   background color. Any ideas on how to do this?
 * Code you suggest using from another support post:
 * #wrapper div.wpforms-container-full .wpforms-form input[type=submit],
    #wrapper
   div.wpforms-container-full .wpforms-form button[type=submit], #wrapper div.wpforms-
   container-full .wpforms-form .wpforms-page-button { background-color: #e02945;
   border: 5px solid #fff; color: #333; font-size: 1em; padding: 10px 150px; }
 * #wrapper div.wpforms-container-full .wpforms-form input[type=submit]:hover,
    #
   wrapper div.wpforms-container-full .wpforms-form input[type=submit]:active, #
   wrapper div.wpforms-container-full .wpforms-form button[type=submit]:hover, #
   wrapper div.wpforms-container-full .wpforms-form button[type=submit]:active, #
   wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, #
   wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
   background-color: #f34640; border: 5px solid #fff; cursor: pointer; }

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

 *  Thread Starter [yolo](https://wordpress.org/support/users/omg1/)
 * (@omg1)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-submit-button-3/#post-8191374)
 * Hi
    Never mind I used FireBug to find the answer. Add this to your Custom CSS:
 * div.wpforms-container-full .wpforms-form button[type=”submit”] {
    background-
   color: #000000; }
 *  [Jared Atchison](https://wordpress.org/support/users/jaredatch/)
 * (@jaredatch)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/change-submit-button-3/#post-8198227)
 * Great, happy to hear you got it resolved. Let me know if you have any more questions.

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

The topic ‘Change 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jared Atchison](https://wordpress.org/support/users/jaredatch/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/change-submit-button-3/#post-8198227)
 * Status: resolved