On the contact form 7 after you fill out the form and the message is sent - the sent message is green how can i change this to orange to match the site color layout.
Hello @rotation,
Thanks for writing in!
Please add following CSS under X > Theme options > CSS:
.wpcf7-response-output {
background-color: #e1af95;
border: none;
color: #000;
box-shadow: none;
text-shadow: none;
}
Thanks.
Yes this worked thanks, Is there a way to increase the field for the form i feel they are too skinny and how to make the fields square?
Hello @rotation,
Thanks for updating the thread. 
Please add following CSS under X > Theme Options > CSS:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea{
padding: 22px;
height: 3em;
border-radius: 0;
}
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.