Martin-1
10/3/2016 - 6:36 PM

Remove validation remarks and replace them with a border colour around empty mandatory fields.

Remove validation remarks and replace them with a border colour around empty mandatory fields.

/* Remove validation remarks and replace them with a border colour around empty mandatory fields. */

.wpcf7-not-valid-tip{
  display: none !important;
}
form.invalid input.wpcf7-not-valid{
  border:2px solid #FF6600;

}
div.wpcf7-response-output, div.wpcf7-validation-errors {
    display: none !important;
    }