Title: appearance
Last modified: August 21, 2016

---

# appearance

 *  Resolved [kellymarket](https://wordpress.org/support/users/kellymarket/)
 * (@kellymarket)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/appearance-6/)
 * How can I get the signup form to look exactly like the form in the screenshot?
 * I’ve activated the plugin and settings, but my form is displaying the sign up
   box underneath the box where one would add an email address. The email address
   box also has rounded corners, the second box does not. I would love for it to
   look identical to the one in the screenshot – boxes flush against each other 
   both boxes 90 degree corners.
 * Thanks so much!
 * [http://wordpress.org/plugins/mailchimp-sign-up/](http://wordpress.org/plugins/mailchimp-sign-up/)

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

 *  Plugin Author [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * (@jprescher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/appearance-6/#post-4565476)
 * You may have some styles of your own that are overriding the plugin styles. First
   make sure that under settings the CSS Class: is set to mcForm. Then try adding
   this to your style sheet:
 *     ```
       .mcForm{
         font-size:1.3em;
         }
   
       .mcForm input[type=text]{
         font-family: 'Roboto', sans-serif;
         padding:10px 10px 10px 10px!important;
         position:relative;
         top:7px;
         color:#777;
           width:60%!important;
       }
   
       .mcForm input[type=submit]{
         padding:10px!important;
         position:relative;
        top:7px;
           left:-10px;
           font-family: 'Roboto', sans-serif;
           background-color:#006FB8!important;
         font-weight:500!important;
       }
   
       .mcForm input[type=submit]:hover{
   
           background-color:#2A83BE!important;
         color:#fff;
   
       }
       ```
   
 * You can set any class you want and then use the **!importan**t tag to override
   any of the plugin settings as well.
 *  Thread Starter [kellymarket](https://wordpress.org/support/users/kellymarket/)
 * (@kellymarket)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/appearance-6/#post-4565477)
 * Hi Jason,
 * Thanks so much for your help. Unfortunately, neither one worked. The class was
   already set to mcForm and when I added that to the style sheet, it looked very
   similar to how I previously described the problem (2 separate boxes one on top
   of another, boxes do not have square corners).
 * Do you have any other ideas?
 * Here’s the link to my page if that helps:
    [http://69.89.27.245/~kellymb2/](http://69.89.27.245/~kellymb2/)
 * The markup you just sent is currently on there.
 * Thanks again!
 *  Plugin Author [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * (@jprescher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/appearance-6/#post-4565480)
 * Your template looks like it has some responsive calls maybe even using javascript
   to override the css classes. I tried to override the styles you had with no luck.
   Try renaming the class in the plugin settings to something unique. With any luck
   it will just use your themes default form settings.
 *  [nixonvs](https://wordpress.org/support/users/nixonvs/)
 * (@nixonvs)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/appearance-6/#post-4565517)
 * This has got to be the hardest form to style. A separate CSS stylesheet would
   be great. But good work for those willing.
 *  Plugin Author [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * (@jprescher)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/appearance-6/#post-4565532)
 * Use the CSS **!important** tag. That should do the trick 😉

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

The topic ‘appearance’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mailchimp-sign-up_464548.svg)
 * [MailChimp Sign Up](https://wordpress.org/plugins/mailchimp-sign-up/)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-sign-up/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-sign-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-sign-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-sign-up/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/appearance-6/#post-4565532)
 * Status: resolved