Is it possible to change the font and/or size of the text in the widget box?

  • cfaevents
    Asked on June 16, 2016 at 11:54 AM

    Is it possible for the text int he widget box to match the rest of the document?

  • BJoanna
    Replied on June 16, 2016 at 1:41 PM

    I have inspected your form https://www.jotform.com/61647120203140 and only widget you have inside of that form is "Image Upload Preview". Do you want to change font family and font size of upload button text? 

    If that is the case you can add this CSS code to you widget Custom CSS field. 

    .file-input {

        font-size: 8pt;

        font-family: arial, helvetica, sans-serif;

    }

    Is it possible to change the font and/or size of the text in the widget box? Image 1 Screenshot 20

    If you want to change font in some other widget, please provide us ID of the form you are working on and tell us text of which widget you want to change.

    Let us know if you need further assistance.