Changing font colour in contact form
-
Hey
I’m doing a contact form for the website (link in topic).
I’ve been able to change font color for name, email, tel and text area fields. However I can’t change it in the enquiry drop down. It uses use-label-element.
code I have so far is this-
.wpcf7 input[type = “text”],
.wpcf7 input[type = “email”],
.wpcf7 input[type = “tel”],
.wpcf7 textarea {
color: #fff;
}
How can I change font color for enquiry field? Thanks
Eddie
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changing font colour in contact form’ is closed to new replies.