Hi
I have a Mailchimp signup form on my homepage at http://alaniswright.com/derrynsnowdoncoaching/
I would like to style this form so that it is the same as the default form styling on the Enfold theme. See example here: http://alaniswright.com/derrynsnowdoncoaching/home-2/
I assume i just need to copy and paste some css code from the core enfold theme over the to mailchimp stylesheet.
Please can you advise the best way of doing this?
Cheers
Hey alanjameswright!
Please change following code you have in Quick CSS
#mc4wp-form-1 input[type="text"], #mc4wp-form-1 input[type="email"] {
background-color: rgba(255,255,255,0.5)!important;
border-color: rgba(255,255,255,0.5)!important;
}
to following one
#mc4wp-form-1 input[type="text"], #mc4wp-form-1 input[type="email"] {
background-color: transparent!important;
border: 2px solid white;
}
Regards,
Yigit