Title: [Plugin: MailChimp List Subscribe Form] Remove Labels
Last modified: August 20, 2016

---

# [Plugin: MailChimp List Subscribe Form] Remove Labels

 *  [kantell](https://wordpress.org/support/users/kantell/)
 * (@kantell)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/)
 * I don’t want any of the field lables (First Name, Last Name, etc.) to appear.
   Where do I go to remove them? I can’t seem to find them in the js or php files,
   but I might be missing them.
 * Thanks!
 * [http://wordpress.org/extend/plugins/mailchimp/](http://wordpress.org/extend/plugins/mailchimp/)

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

 *  [mc_nate](https://wordpress.org/support/users/mc_nate/)
 * (@mc_nate)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/#post-2412625)
 * Hey Kantell!
 * We don’t offer the specific ability to turn off the field labels in the “MailChimp
   Setup” area, however with a little CSS magic, you can make them go away. You 
   just need to set them to “display: none;”.
 * Let us know if we can help with anything else!
 * Cheers
 *  Thread Starter [kantell](https://wordpress.org/support/users/kantell/)
 * (@kantell)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/#post-2412641)
 * what is the class name I need to edit in the css file?
 *  [mc_nate](https://wordpress.org/support/users/mc_nate/)
 * (@mc_nate)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/#post-2412644)
 * Whoops!
 * This should work:
 *     ```
       .mc_var_label {
       display:none;
       }
       ```
   
 * That will give you something along these lines:
 * [http://cl.ly/143y1D423w3R3Y3F3h3q](http://cl.ly/143y1D423w3R3Y3F3h3q)
 * I usually go with Chrome’s Developer Tools by right-clicking and using “Inspect
   Element” for specific elements I want to edit. If we can help with anything else,
   give us a shout!
 * Cheers
 *  Thread Starter [kantell](https://wordpress.org/support/users/kantell/)
 * (@kantell)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/#post-2412706)
 * That worked great, but the submit button is now below the field. is there a way
   to move it to the right of the field?
 *  [mc_nate](https://wordpress.org/support/users/mc_nate/)
 * (@mc_nate)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/#post-2412717)
 * Hmm…
 * Well, you could float it to the right using float:right for the submit button
   with #mc_signup_submit.button. But that degree of coding goes a little above 
   what we’re able to troubleshoot here.

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

The topic ‘[Plugin: MailChimp List Subscribe Form] Remove Labels’ is closed to new
replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [mc_nate](https://wordpress.org/support/users/mc_nate/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-remove-labels/#post-2412717)
 * Status: not resolved