Title: Form fields look different
Last modified: August 30, 2016

---

# Form fields look different

 *  Resolved [julielecarrer](https://wordpress.org/support/users/julielecarrer/)
 * (@julielecarrer)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/form-fields-look-different/)
 * Hi, the 2 fields in my form look completely different, please let me know how
   I can fix that. Thank you
 * [http://julielecarrer.com/go/3-free-video-sessions-2/](http://julielecarrer.com/go/3-free-video-sessions-2/)
 * [https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)

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

 *  Plugin Contributor [karmadharma](https://wordpress.org/support/users/yikesinc/)
 * (@yikesinc)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/form-fields-look-different/#post-6626914)
 * Hi Julie.
 * Your theme’s stylesheet is controlling the look of those 2 fields. It has one
   style for input[type=”text”] (the name field) and no styles for input[type=”email”](
   the email field).
 * This CSS code will make the email field look like the name field:
 *     ```
       input[type="email"] {
           background: #F6F6F6 none repeat scroll 0% 0%;
           border: 0px none;
           font-family: "Open Sans",helvetica,arial,sans-serif;
           padding: 1em 1.3em;
           margin: 0px 0px 0px -14px;
           font-weight: 100;
           font-size: 1em;
       }
       ```
   
 * You will need to drop this into your theme’s style sheet. Sometimes a theme has
   an option for you to add Custom CSS, or you can use a child theme, or you can
   use a plugin like Custom CSS or Jetpack.
 * Or another option is to purchase our [Form Customizer add-on](https://yikesplugins.com/plugin/form-customizer-for-easy-forms-for-mailchimp/)
   which will allow you to style the forms any way you like or drop in your own 
   custom CSS
 * Let me know if you need any further help.
 * Thank you!
 *  Thread Starter [julielecarrer](https://wordpress.org/support/users/julielecarrer/)
 * (@julielecarrer)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/form-fields-look-different/#post-6626923)
 * Hi,
 * Perfect it worked, thank you!
 * And just to let you know, I didn’t have that issue at first with my form, it’s
   since the plugin has been updated and I had to re-initiate the form, that the
   problem appeared.
 * Thank you!
 *  Plugin Contributor [karmadharma](https://wordpress.org/support/users/yikesinc/)
 * (@yikesinc)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/form-fields-look-different/#post-6626945)
 * Awesome, we’re glad we were able to get you back on track.
 * Have a great day!

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

The topic ‘Form fields look different’ 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
 * 2 participants
 * Last reply from: [karmadharma](https://wordpress.org/support/users/yikesinc/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/form-fields-look-different/#post-6626945)
 * Status: resolved