Hi
Is it possible to intergrate mailchimp to the contact forms in Enfold shop theme?
Hey onedesignprint!
Please see – http://kriesi.at/documentation/enfold/mailchimp-integration/
Best regards,
Yigit
Hi Yigit
I have followed the instructions and added the for with mailchimp intergration.
But is it possible to have the same styling as the form on the demo theme?
Hey!
Add this in the Quick CSS field:
#top .mc4wp-form input[type='text'], #top .mc4wp-form input[type='email'], #top .mc4wp-form select, #top .mc4wp-form textarea {
width: 100%;
margin-bottom: 0;
display: inline;
min-width: 50px;
padding: 13px;
border-radius: 2px;
color: #fff !important;
border-color: #fff;
border-width: 2px !important;
background-color: transparent;
}
Cheers!
Ismael