How can I change the widget's font size?

  • Maria_K
    Asked on January 27, 2020 at 9:00 AM

    Hello,

    I have Terms & Conditions widget on my form. And the font size is too big. How can  I make it smaller?

    Thank you!

    Maria


  • sinan
    Replied on January 27, 2020 at 9:31 AM

    Hi,

    On Widget Settings -> Custom CSS tab, you can copy and paste the CSS below to change the font-size of the text.

    label {

        font-size: 10px;

    }



    How can I change the widgets font size? Image 1 Screenshot 20

    You can change the pixel value according to your needs.

  • Maria_K
    Replied on January 28, 2020 at 4:59 AM

    Great! Thank you very much!!