Hi,
Thank you for the assistance. I am concerned however that with this code, some of the text input boxes are reacting differently.
The telephone number box was a tag generated by me, but the message box was existing, I just changed the heading. Why does the CSS not effect these boxes too? It works perfectly for Name and Email address.
The ccs I have added to the theme is:
.wpcf7-form input {
background: white;
color: black;
}
Many thanks