how to change the color of error message in jquery validation

Solutions on MaxInterview for how to change the color of error message in jquery validation by the best coders in the world

showing results for - "how to change the color of error message in jquery validation"
Maria José
24 Sep 2018
1   .error {
2      color: red;
3      background-color: #acf;
4   }