Title: CSS for button
Last modified: July 31, 2017

---

# CSS for button

 *  Resolved [garrett53](https://wordpress.org/support/users/garrett53/)
 * (@garrett53)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/css-for-button/)
 * Thank you for the great plugin! I have the free version of it. I need to style
   the submit button as blue, with white text. Could you please give the CSS?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * (@formmakersupport)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/css-for-button/#post-9367072)
 * Hello, [@garrett53](https://wordpress.org/support/users/garrett53/)!
 * Thank you for your time posting your question!
 * Please try adding the following CSS code to Custom CSS option of your form theme:
 *     ```
       .fm-form button, .fm-form .button-submit {
           background-color: #3F51B5;
           color: #ffffff;
       }
       ```
   
 * Let us know if this works.
    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘CSS for button’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/css-for-button/#post-9367072)
 * Status: resolved