How can I change font in inventory widget

  • ohepta
    Asked on September 18, 2019 at 3:55 PM

    Hello, 


    https://www.jotform.com/build/62264568587167

    in this form I have added several inventory widget. This widget's default font does not match my form style. 

    I tried to change the font in css for inventory widget but it did not make any change in the form. 

    Could you please let me know how I can edit font size in inventory widget ?

    Jotform Thread 1969790 Screenshot
  • jherwin
    Replied on September 18, 2019 at 6:01 PM

    To change the font size or font properties of the inventory widget, please try this custom CSS code: 

    label{
        font-size: 11px!important;
    }

    You need to inject the custom CSS code in the widget.

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