Title: CSS submit button
Last modified: August 21, 2016

---

# CSS submit button

 *  Resolved [BartBoke](https://wordpress.org/support/users/bartboke/)
 * (@bartboke)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-submit-button/)
 * Great plugin I must say! I’m trying to apply the CSS of my theme to the submit
   button, but with no luck. In an earlier post I read that I should use the button-
   class, which I did (I think …) but with no result.
 * I want to use the same button-class as in my contact form (“Verstuur”), which
   you can find here: [. From what I can see is that the class for this button seems to be “retro_button”, but the css-style of my theme isn’t applied.](http://wp.beaudelicious.be/over-beau-delicious/contacteer-ons/)
 * Can you help me out?
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-submit-button/#post-4593508)
 * Hoi Bart,
 * You don’t have to add a button class to your submit button, you can just target
   it with the following CSS rule.
 *     ```
       .mc4wp-form input[type="submit"] {
   
       }
       ```
   
 * Something like the following CSS should do, as per your example.
 *     ```
       .mc4wp-form input[type="submit"] {
       background: none;
       font-weight: normal;
       font-size: 24px;
       font-family: BazarMedium,sans-serif;
       text-transform: uppercase;
       color: #723f32;
       -moz-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
       -webkit-transition: all .25s ease-in;
       border: 0;
       display: inline-block;
       height: 30px;
       position: relative;
       }
       ```
   
 * Hope that helps!
 *  Thread Starter [BartBoke](https://wordpress.org/support/users/bartboke/)
 * (@bartboke)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-submit-button/#post-4593529)
 * Hoi Danny,
 * That did the trick! Thx a million!
 * Bart
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-submit-button/#post-4593545)
 * Perfect Bart, thanks for the update!
 * Should you have a spare 30 seconds: I would really appreciate [a plugin review](http://wordpress.org/support/view/plugin-reviews/mailchimp-for-wp#postform).
 * Thanks!

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

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

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/css-submit-button/#post-4593545)
 * Status: resolved