Hello
I imported the tea demo. It all seems to have been imported OK, except the mailchimp subscribe form in column 2 of the footer area. See screenshot.
The css was imported from options.json and the cache refreshed. The css does seem to include references to mailchimp which are not applied to the form itself for some reason.
/*Content*/
body .mc4wp-form .et-mailchimpm input[type="submit"] {
color: #fff;
height: 40px;
border: none !important;
border-top: 1px solid rgba(255, 255, 255, 0);
border-right: 1px solid rgba(255, 255, 255, 0);
border-bottom: 1px solid rgba(255, 255, 255, 0);
position: absolute;
top: 0;
bottom: 0;
right: 0px;
background: #007203 !important;
background-size: 16px;
}
.mc4wp-form .et-mailchimpm input[type="email"]::-webkit-input-placeholder{
color: #999 !important;
font-size:12px !important;
text-align:left !important;
}
Please advise?
Regards