how to change the color of the error messages jquery validation code example
Example: how to change the color of error message in jquery validation
.error {
color: red;
background-color: #acf;
}
.error {
color: red;
background-color: #acf;
}