Okay
  Public Ticket #1055642
All the text we input on the theme ex: contact form is in uppercase
Closed

Comments

  •  2
    Kelly started the conversation

    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. 

  •  1,974
    Support replied

    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