Is it possible to change the height of Contact Form 7 textarea? I’m trying the following for a form that is in the footer of my site but I’m not seeing any changes. It worked on all of the other fields, but not the textarea.
.wpcf7-f7665 textarea {
height: 50%;
}
In searching the forums, I also ran across this string: Space between fields of the contact form
How can I put the field labels inside the text area without showing the labels above each field as shown in their example, as well as tighten up the spacing as they are requesting?
Also, is it possible to use emoji’s in the contact form messaging? As in " I (heart) MUMBO sauce"
Thanks in advance,
Dawn