psellers
Member
Posted 1 year ago #
I have been working for a few hours trying to change the color of the error boxes. I just can't seem to make it happen.
I am referring to the box that says "Please fill the required field". I have changed the css for some reason it stays red.
Any help would be greatly appreciated.
http://wordpress.org/extend/plugins/contact-form-7/
psellers
Member
Posted 1 year ago #
I am looking for maybe a grey background with black text and the red border.
Ok. Add this to your theme's style.css file.
div.wpcf7 span.wpcf7-not-valid-tip {
color: black;
background: grey;
border: 1px solid red;
}