Title: Styling submit button?
Last modified: December 31, 2016

---

# Styling submit button?

 *  Resolved [dozarko](https://wordpress.org/support/users/dozarko/)
 * (@dozarko)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/styling-submit-button-2/)
 * Hi there;
 * I’m trying to figure out how to style the button and placeholder text on the 
   form for my website [http://www.serenaahlgren.com/](http://www.serenaahlgren.com/)
   so that the font is smaller than what is shown. Is there a way to easily do this?
   Many thanks, Deb

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

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/styling-submit-button-2/#post-8613217)
 * Hi Deb,
 * If we gave you CSS do you know how to apply this to your site?
 * I used the following CSS:
 *     ```
       .yikes-easy-mc-form-1 {
           font-size: 13px;
       }
       .yikes-easy-mc-submit-button-1 {
           height: 25px;
           padding: 0px !important;
       }
       ```
   
 * I thought that accomplished what you were asking, but let us know if you have
   trouble applying these styles or want them tweaked more.
 * Happy New Year,
    Kevin.
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [9 years, 5 months ago](https://wordpress.org/support/topic/styling-submit-button-2/#post-8614198)
 * Hi Deb.
 * You have a few options to add CSS code:
    - If you created this theme yourself, you can just add it to your style.css 
      file
    - If you’re using WordPress 4.7 or higher, you can go to **Appearance** > **
      Customize** > **Additional CSS** and place the code there.
    - If you’re using a theme you downloaded or bought you can make a child theme
      and add the code to your child theme’s style.css file
    - Your theme may have a “Custom CSS” option. If it does, then you can just pop
      it in there.
    - You can use a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
      or Jetpack and enter the code in their Custom CSS area
 * Thank you!
    -Tracy
    -  This reply was modified 9 years, 5 months ago by [Tracy Levesque](https://wordpress.org/support/users/liljimmi/).
 *  Thread Starter [dozarko](https://wordpress.org/support/users/dozarko/)
 * (@dozarko)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/styling-submit-button-2/#post-8615632)
 * Thank you Kevin and Tracy!!! This is perfect. You both totally rock!!! 🙂
 * Happy new year to both of you.
 * Muchas gracias.
 * Deb

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [dozarko](https://wordpress.org/support/users/dozarko/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/styling-submit-button-2/#post-8615632)
 * Status: resolved