Thanks ! But I can’t find the file, do I find it through the wordpress plateforme or directly through FTP ? In which file ?
Many thanks and very good job 🙂
G.
Great !!
Thanks a lot !
I used the following code (grabed on the “Styling Contact Form”)in my “post and page section” of my css file :
input[type=”text”],
input[type=”email”]
{
background-color: #fff;
color: #000;
width: 30%;
}
textarea
{
background-color: #fff;
color: #000;
width: 100%;
}
And it just works ! 🙂 Fields for names and emails are more little than the text area and the text area makes the full width of my page, just as I wanted 🙂
Thanks for the support guys !