I Can't seem to get my contact 7 watermark to work, I upgraded the version and now the css I had on before doesn't change the watermarks to black, also the font is different on the name and address box.
website =
goo.gl/BIWD3
Here is my code to add the watermark and then change it in the css which was previously working.
.wpcf7 .watermark {
color: black !important;
font-family: arial !important;
}
<div class="bottom-form">
<p style="text=align:left; font-weight:normal; font-family:arial;">
[textarea textarea-251 placeholder "Name and Address"]</p>
<p style="text-align:left; font-weight:normal;">
[text telephone placeholder "Telephone"]
</p>
<p style="text-align:left; font-weight:normal">
[text dateandtime placeholder "Date & Time"]
</p>
</div>