Hi, in my “about” page (see below the url) there is a mailchimp form at the and of the page.
I can’t set background-color: #ffffff to the input type fields “Name” and “Email”
I’ve tried to set
#mce-FNAME
{
background-color: #ffffff;
}
#mce-EMAIL
{
background-color: #ffffff;
}
but it doesn’t work…it should be easy…
Could you help me please?
Thank you!
Hey liamgall80,
Please try the following in Quick CSS under Enfold->General Styling:
.mc-field-group input {
background-color:#fff !important;
}
Best regards,
Rikard
It works, thank you very much!
Best regards
Andrea
Hi,
Glad that Rikard helped you. Thanks for using Enfold :)
Best regards,
Nikko