I got right, simply add
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
background-color: #fff;
color: #000;
width: 50%;
}
Into your theme style.css and change the values accordingly.
This is for the Contact form 7 plugin only.
-
This reply was modified 7 years, 11 months ago by pdvdw.