Form: adjust font

  • fmquality
    Asked on April 5, 2018 at 1:49 PM

    I screenshot the area where there is two labels for categories that don't match and I can't find the font option to change the size.

    Jotform Thread 1436577 Screenshot
  • Richie JotForm Support
    Replied on April 5, 2018 at 2:16 PM

    To increase the font for maintenance request, you can use these css code.

    #label_28{
      font-size: 17px !important;
    }

    #label_35{

    font-size: 17px !important;

    }

    Form: adjust font Image 1 Screenshot 20

    Guide:How-to-Inject-Custom-CSS-Codes

    Let us know how it goes.

    lj


  • fmquality
    Replied on April 5, 2018 at 2:45 PM

    Perfect thanks