How to change font size on short text field

  • Emily_Models
    Asked on October 22, 2020 at 5:34 AM

    I would like to reduce the size of the block's description

    On my screen shot it's "commentaire" that i would like make smaller

    Jotform Thread 2648778 Screenshot
  • Sam_G
    Replied on October 22, 2020 at 9:05 AM

    Hi Emily_Models,

    Thank you for contacting Support.

    Kindly add this CSS code:

    #label_135 {

      font-size : 30px;  

    }

    #label_136 {

      font-size : 25px;

    }

    You can adjust the number depending on your preference.

    https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    I hope this helps.

    Let us know if you need further assistance.