HOW CAN ENLARGE AND BOLD THE WORDS

  • benng0
    Asked on December 6, 2016 at 6:45 AM

    DEAR SIRS,

     

    AS THE WORDS SHOWN ARE LITTLE LIGHT, HOW CAN  ENLARGE AND BOLD THE WORDS?

     

    PLEASE FIND ATTACHED THE SCREEN CAPTURE FOR REFERENCE, THANKS!

     

    BEN

     

     

    Jotform Thread 1004602 Screenshot
  • Nik_C
    Replied on December 6, 2016 at 7:18 AM

    Hello Ben, 

    Please use the below CSS to adjust input for that field, just copy it into the Custom CSS field:

    #input_13 {

    text-transform: uppercase!important;

    font-weight: bold;

    }

    That will make your field input uppercase and with bold text.

    Please let us know if you have any further questions.

    Thank you!