Archived topic
Comment-Form - Field newsletter
6 replies · Started by Torsten on March 7, 2017
Hi,
there is a Field "Subscribe to Newsletter" in my Command Form.
I would like to get rid of it, but how to do?
Thanks for Tipps
Regards,
Torsten
Hi Torsten,
That's likely added by a plugin you are using. If you can provide a link to your site I can give you some CSS to hide it :)
Hi Leo,
i'm searching, but cannot find anything.
Here comes the link:
http://www.socialmedia-talk.com
Thank you.
Looks like tt was added by MailChimp (https://en-ca.wordpress.org/plugins/mailchimp-for-wp/). This CSS should hide it:
p.mc4wp-checkbox.mc4wp-checkbox-wp-comment-form {
display: none;
}
Let me know.
Yes,that works finde. Thank you.
But what Plugin is responsible for that? Can't figure it out :-(
You're right. It was by the Mailchimp Plugin.
Now i stopped it.
Thank you!
You're welcome :)