fearlex
6/7/2017 - 4:29 PM

Contact Form 7 - Better basic error style

Contact Form 7 - Better basic error style

div.wpcf7 span.wpcf7-not-valid-tip {
 width: 100%;
 min-width: 200px;
 position: absolute;
 top: 52px !important;
 left: 0;
 font-size: 0.8em;
}

div.wpcf7 div.wpcf7-validation-errors {
 border: 2px solid #f7e700;
 background: #f7e700;
 color: #1f1f1f;
 margin: 20px 0 10px;
}

div.wpcf7 div.wpcf7-mail-sent-ok {
 border: 2px solid #398f14;
 background: #398f14;
 color: #fff;
 margin: 20px 0 10px;
}