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. 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio