Archived topic
MailChimp for Wordpress is not inheriting the correct style
5 replies · Started by Jamie on February 9, 2022
Hi,
I have the MailChimp for WordPress plugin. I set up my form for the sidebar and then selected under "appearance" the "inherit from generate press theme" option under MC4WP settings. It is working however not the way intended. It is inheriting the colors/style used in the original demo (stream demo) I selected to create my website from.
I would like the button in the MailChimp form to match the colors and style that the rest of the buttons on my website have.
I disabled my caching plugins but nothing seems to work.
I would like some help.
Thanks!
Hi Jamie,
Any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi,
I just sent you a copy of the link to the website I am referring to.
Thanks.
You you have this CSS:
https://www.screencast.com/t/iHQBfdhEzSQJ
.mc4wp-form input[type=submit] {
color: #ffffff;
background-color: rgba(102,204,170,1.0);
line-height: 40px;
border: none;
border-radius: 0px;
transition: all 0.5s ease 0s;
}
.mc4wp-form input[type=submit]:hover {
color: #ffffff;
background-color: rgba(102,204,170,0.9);
}
You can find this CSS at customizer > additional CSS, the issue should be gone once you remove this part of code :)
Hey Ying,
That did the trick and worked like a charm! Thanks so much for your help. You're awesome.
You are welcome :)