This topic has 6 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
I would like to change the label color which is white right now.
Hi,
Please use below code
form.wpcf7-form label {
color: #F9CE33;
}
Regards,
Hung PD
Thanks, but I meant the white placeholder where the text input needs to come
Hello,
.wpcf7-form ::placeholder, .wpcf7-form input,
.wpcf7-form textarea {
color: red;
opacity: 1;
}
Regards
The thing changing now is the text color, but I want the background of the placeholder in another color.
Hello,
I hope this is what you are looking for
.wpcf7-form input, .wpcf7-form textarea {
background-color: #222;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up