Hi team,
Is it possible to change the font colour on the mailchimp sign up form when there’s an error?
Please see link to example
The red is a bit too much, can we change it to white?
Hey Lara,
Here you go:
#top .av-form-error-container {
border: 1px solid #FFF;
padding: 15px;
color: #FFF;
line-height: 1.4em;
font-size: 13px;
margin-bottom: 20px;
}
Best regards,
Basilis
Thanks Basilis,
Works perfectly