Upper Case problem in Contact Form 7
-
Hi there,
I wonder if anyone can help me to get rid of the forced upper case input in my contact form?
I have found this code in the Focuson Theme that we are using:
.wpcf7 textarea,.wpcf7 select,
.wpcf7 input[type=”date”],.wpcf7 input[type=”datetime”],
.wpcf7 input[type=”datetime-local”],.wpcf7 input[type=”email”],
.wpcf7 input[type=”month”],.wpcf7 input[type=”number”],
.wpcf7 input[type=”password”],.wpcf7 input[type=”search”],
.wpcf7 input[type=”tel”],.wpcf7 input[type=”text”],.wpcf7 input[type=”time”],
.wpcf7 input[type=”url”],.wpcf7 input[type=”week”]{
background-color:#fafafa;
height:60px;
line-height: 60px;
text-transform: uppercase;But even if i change the text-transform to “none” or to “lowercase” or even if I remove the code string, the form still uses capital letters.
I appreciate all help.
The page I need help with: [log in to see the link]
The topic ‘Upper Case problem in Contact Form 7’ is closed to new replies.