Styling w/CSS works only on textarea
-
When I follow the documentation for stylizing the form, I find it only works on the textarea and not any of the other fields. Code is:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="quiz"], .wpcf7 textarea { background-color: #eee; color: #333; width: 60%; }
Also tried:
.wpcf7 input[type=\"text\"], .wpcf7 input[type=\"email\"], .wpcf7 input[type=\"quiz\"], .wpcf7 textarea { background-color: #ddd; color: #333; width: 60%; }
Tried changing theme to Twenty Sixteen and the same thing happens. Any ideas on how to attach styling to fields?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Styling w/CSS works only on textarea’ is closed to new replies.