Comments 2Kelly started the conversationFebruary 9, 2017 at 6:47pmWhen we enter character on the website, exemple, in the contact form, the text write itself in uppercase. I would be those input field to be lowercase, as normal field does. 1,974Support repliedFebruary 9, 2017 at 7:09pmHello, add the following to theme options -> styling options -> custom CSS#commentsform input[type="text"], textarea { text-transform: none;}#contact-formular input[type="text"], #contact-formular input[type="email"], input[type="password"], textarea, input[type="text"], input[type="email"] { text-transform: none;} Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
When we enter character on the website, exemple, in the contact form, the text write itself in uppercase. I would be those input field to be lowercase, as normal field does.
Hello, add the following to theme options -> styling options -> custom CSS
#commentsform input[type="text"], textarea {
text-transform: none;
}
#contact-formular input[type="text"], #contact-formular input[type="email"], input[type="password"], textarea, input[type="text"], input[type="email"] {
text-transform: none;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy