On the contact 7 form style sheet, I did this:
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
background-color: #bfe7ae;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
background-color: #FCC;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
background-color: #FC9;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
background-color: #FFC;
}
I’d send the url, but the last time I did that and the client typed their url into google, a question of mine from a forum popped up….kind of embarrassing.