Hi
How do I change the hover effect .. I want the box to stay the same color when the mouse is in it as it is when the mouse is out of it.
At the same time I would also like to change the color of the input text.
Here is what I have :
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
background-color: #5e60bb;
background: #5e60bb;
color: #5e60bb;
width: 80%;
}
http://wordpress.org/extend/plugins/contact-form-7/
Thanks