Excuse me for my late response. I’ve tried to change this according to the link you provided me with using the following code:
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
background-color: #fff;
color: #000;
width: 100%;
}
This works very well, but there’s one problem: It changes the background color of the textareas of all the contact forms in my website. Is it possible to change this for just one specific contact form. (I’ve already tried all options i thought that could work).
Thanks in advance!