Okay
  Public Ticket #366870
Caps off
Closed

Comments

  • Martijn started the conversation

    Hi there! Is there a way to change the "Caps lock" in the sign-up forms? I can't find a way to toggle this down. Hope you can help me out

    Best energies, Martijn van Kesteren


  •  1,973
    Support replied

    Hi,

    Add this css code to your theme options Styling Options -> Custom CSS

    #contact-formular input[type="text"], #contact-formular input[type="email"], input[type="password"], textarea, input[type="text"], input[type="email"]{ 

        text-transform: none;

    }

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Martijn replied

    Thank you so much!!!