Change Checklist widget font size

  • dlsnelson
    Asked on May 19, 2019 at 11:39 AM

    I would like to change the font size for the Checklist Widget I have on page 1 of my form, but I am uncertain how to do that.

  • danielstanisljevic
    Replied on May 19, 2019 at 2:40 PM

    You can use Form Designer in your upper right corner:

     

    1558290875Opera Snapshot 2019 05 19 2033 Screenshot 10

     

    Then, you will get this dialogue:

    1558290972Opera Snapshot 2019 05 19 2035 Screenshot 21

     

    Chose Advanced Designer button, and now you enter in this enviroment, from which you chose Font Options:

    1558291120Opera Snapshot 2019 05 19 2038 Screenshot 32

    That should be enough.

  • jonathan
    Replied on May 19, 2019 at 6:42 PM

    We apologize for the inconvenience caused. The previous suggestion was incorrect.

    To customize the font-size of the widget, you can use its own Custom CSS in the Widget Settings.

    1558305605zzz 2019 05 20 06 Screenshot 10

    Example, you can inject the custom CSS codes below to increase the font-size to 24px.

    .checklist label {

        font-size: 24px;

    }

    1558305662zzz 2019 05 20 06 Screenshot 21


    You can change the px number to what you need.

    Make sure to click on Update widget button to save the changes.

    Let us know if this did not work for you.