• Resolved spinky

    (@spinky)


    Hi,

    How to I hide the “Email Address:” label from the mailchimp signup form?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello @spinky,

    You can either delete it by going to “MailChimp for WP > Forms” or if you want the label to remain but keep it hidden to the user, then you would need additional CSS. Please find the CSS below:

    .mc4wp-form label {
        display: none !important;
    }

    You can add this CSS to either your theme or using this plugin https://ww.wp.xz.cn/plugins/simple-custom-css/.

Viewing 1 replies (of 1 total)

The topic ‘Hide email address label’ is closed to new replies.