Hi
I hope you can help me. true newbie Jr. when it comes to css coding
want to change the color of the message validation from small black to White
there is some css code already inserted..
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.home-content{
padding:50px;
}
.file-transfer-form .g-recaptcha{
text-align:center !important;
}
********************************************
Where r can I ADD THIS AT THE NEXT LINE RGHT AFTER
tried it ut nothing changed
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
color: white;
}
div.wpcf7-mail-sent-ok {
color: #ebf3e7
}
thanks much