Home › Forums › Basel support forum › Adjustments › Reply To: Adjustments
May 23, 2017 at 6:29 pm
#14285
Bogdan Donovan
Keymaster
Add the following code snippet to the Custom CSS area.
.vc_row-has-fill div.wpcf7-validation-errors {
color: #CD5C5C;
border-color: #CD5C5C;
}
.vc_row-has-fill .wpcf7-mail-sent-ok {
color: #3c763d;
border-color: #3c763d;
}
Regards