Great, thank you! I finally got it to work.
One problem, though – it styles everything except for the larger text area, “Message.” This is the page I’ve been working on, and the CSS I’m using is listed below. Can you tell me what to add to make it style the message section as well?
Thanks!
.wpcf7-form input,
#wpcf7-f235-p1277-o2 .wpcf7-form textarea{
background:#ffffff;
border:1px solid #989898;
border-radius:5px;
width:262px;
margin: 4px 0 8px 0;
padding: 5px 7px;
color: #000000;
font-size: 14px;
vertical-align: middle;
}
.wpcf7-form p {
color:#484848;
margin-top:3px;
font-size:15px;
}
.wpcf7-form .wpcf7-submit {
background:#787878;
border-radius:5px;
cursor:pointer;
width:100px;
margin:7px 0;
padding: 5px 15px;
color:#fff;
align: center;
}
.wpcf7-form .wpcf7-submit:hover{
background:#585858;
}