Change color of the fields?
-
I have been trying to change the color in the text fields of the Contact Form 7 but with no luck. Today I managed to pull fill all fields except the Phone number field. Here is my code and I can’t figure out what I’m doing wrong:
/* Contact 7 Forms
——————————————— */
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 input[type=”telefonnummer”],
.wpcf7 textarea
{
background-color: #eee;
color: #000;
width: %;And it looks like this on my website: https://www.djurskydd.nu/?page_id=282
Any help would be appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change color of the fields?’ is closed to new replies.