Submit button all capitals - how to change?

  • Bali-Chris
    Asked on January 11, 2019 at 10:16 PM

    Hi there,

    I used a form template and the submit button is all in capitals. Where can I change that setting? 

    Kind Regards,

    Chris

    Jotform Thread 1698273 Screenshot
  • Victoria_K
    Replied on January 12, 2019 at 7:49 AM

    Please use the following CSS code to disable uppercase for Submit button: 

    .form-submit-button {

      text-transform: none;

    }

    How-to-Inject-Custom-CSS-Codes

  • Bali-Chris
    Replied on January 20, 2019 at 8:18 AM

    Thank you Victoria, that worked! :)