Title: Submit button background
Last modified: August 30, 2016

---

# Submit button background

 *  Resolved [Taparitas](https://wordpress.org/support/users/taparitas/)
 * (@taparitas)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/submit-button-background/)
 * Hi there,
 * I am new to using this FS plugin – love it BTW!
 * I am trying to style the Submit button and I am getting a red bottom border even
   though I changed the default background to gray – here is the link to my test
   mock page (not in production):
 * [http://dotwdesign.com/iwantyou](http://dotwdesign.com/iwantyou)
 * This is the current CSS setting for the Submit Button field under the Styles 
   tab:**_cursor:pointer; margin:0; background: gray;_**
 * Any ideas of how to fix this to make that red line go away?
 * Appreciated!
 * Martin

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/submit-button-background/#post-6687847)
 * Hi Martin, I had a look at your website. You currently have the following code
   that displays the red line
 *     ```
       button, input[type="submit"], input[type="button"], input[type="reset"] {
           -moz-border-bottom-colors: none;
           -moz-border-left-colors: none;
           -moz-border-right-colors: none;
           -moz-border-top-colors: none;
           background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e05d22 0%, #d94412 100%) repeat scroll 0 0;
           border-color: -moz-use-text-color -moz-use-text-color #b93207;
           border-image: none;
           border-radius: 2px;
           border-style: none none solid;
           border-width: medium medium 3px;
           color: #fff;
           display: inline-block;
           padding: 11px 24px 10px;
           text-decoration: none;
       }
       ```
   
 * The following code **#b93207** which is red is what you need to change.
 * `-moz-use-text-color -moz-use-text-color #b93207;`
 * Either delete the color or add maybe grey which blends with the button.
 *  Thread Starter [Taparitas](https://wordpress.org/support/users/taparitas/)
 * (@taparitas)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/submit-button-background/#post-6687856)
 * Many thanks for pointing me in the right direction….what I ended up doing is 
   the following – I added this to my styles.css file:
 *     ```
       input[type="submit"],
       input[type="button"],
       input[type="reset"] {
       	border-bottom: none !important;
       }
       ```
   
 * and it worked!
 * Thanks,
 * Martin
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/submit-button-background/#post-6687887)
 * Hi Martin I am happy to hear :).
 * If you don’t need any more help can you mark this support thread as resolved.
 * Thank you
 *  Thread Starter [Taparitas](https://wordpress.org/support/users/taparitas/)
 * (@taparitas)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/submit-button-background/#post-6687908)
 * Marked as resolved.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Taparitas](https://wordpress.org/support/users/taparitas/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/submit-button-background/#post-6687908)
 * Status: resolved