so i followed the integration method here
http://kriesi.at/documentation/enfold/mailchimp-integration/
but my sign up button is not aligned. what went wrong?
also how do i make it transparent like enfold version?
Hi dagashi!
Send us a link to your page and we’ll take a look.
Cheers!
Elliott
oops sorry i think my post didnt went through
Hey!
Add this to your custom CSS.
.av-form-labels-visible .modified_width::before {
display: none !important;
}
Regards,
Elliott
thanks! it worked. just one more question. is there anyway to make the mailchimp subscribe boxes transparent like enfold?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .mc4wp-form input[type='text'] {
background-color: transparent !important;
color: white !important;
border: 2px solid white !important;
}
Thanks,
Rikard
just tried. didnt work.
Hi!
I think that should be working. Try this as well.
#top .mc4wp-form input {
background: transparent none repeat scroll 0% 0% !important;
border: 2px solid #FFF !important;
color: #FFF !important;
}
Cheers!
Elliott
tried both . it works! Thank you