Title: Submit Button Format
Last modified: August 21, 2016

---

# Submit Button Format

 *  Resolved [cazer](https://wordpress.org/support/users/cazer/)
 * (@cazer)
 * [12 years ago](https://wordpress.org/support/topic/submit-button-format/)
 * I know that there have been a ton of posts on formatting the submit button, but
   I still can’t get mine to change.
 * I’m trying to change the color of the button. My code is: div.ss-form-entry>input[
   type=”submit”][name=”submit”] { background-color:#f15a24 }
 * My page is[ here](http://www.shakelaw.com/new-device-notification/).
 * How to I fix this?
 * [https://wordpress.org/plugins/wpgform/](https://wordpress.org/plugins/wpgform/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years ago](https://wordpress.org/support/topic/submit-button-format/#post-4774104)
 * Your CSS rule is missing the trailing semicolon but the bigger issue is your 
   selector doesn’t select the Submit button.
 * Try this instead:
 *     ```
       td.ss-form-entry > input[type="submit"][name="submit"] {
           background-color: #F15A24;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/submit-button-format/#post-4774104)
 * Status: resolved