Skip to content

Instantly share code, notes, and snippets.

@pedropxm
Last active December 22, 2015 16:09
Show Gist options
  • Select an option

  • Save pedropxm/6497351 to your computer and use it in GitHub Desktop.

Select an option

Save pedropxm/6497351 to your computer and use it in GitHub Desktop.
Contact Form 7 - Messages CSS
.wpcf7-validation-errors {
border: 0 none !important;
color: #77556A;
display: block !important;
font-size: 14px;
margin: 0 !important;
padding: 10px !important;
}
.wpcf7-mail-sent-ok {
background-color: #FFFFFF;
border: 0 none !important;
color: #77556A;
font-size: 18px;
margin: 0 !important;
padding: 0 !important;
width: 100%;
}
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment