Hello I was just wondering if there is a way to change the text input in the contact form. I would like to have it entering as mixed case. It is currently only entering in uppercase.
Hello thanks for the response this didn\'t seem to have an effect on the case of the contact form. All characters are still being entered in upper case.
Hello I was just wondering if there is a way to change the text input in the contact form. I would like to have it entering as mixed case. It is currently only entering in uppercase.
Thank you.
Hi there, try adding
#contact-formular input[type=\"text\"], #contact-formular input[type=\"email\"], input[type=\"password\"], textarea, input[type=\"text\"], input[type=\"email\"]{
text-transform: none;
}
#commentsform input[type=\"text\"], textarea
{
text-transform: none;
}
in theme options -> styling options -> custom css
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello thanks for the response this didn\'t seem to have an effect on the case of the contact form. All characters are still being entered in upper case.
http://digitalrounin.com/#contact-form
Thanks for the continued support.
Ryan.
Hi you have an error in CSS syntax in custom css
#blog-header {
padding: 80px 0 36px;
missing closing bracket
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks works now.
Ryan.