How can I increase the font size in the Dynamic Textbox widget?

  • Rxology
    Asked on April 14, 2016 at 2:05 PM

    I assume there is css for this, however, everything I tried did not work.

    Also, I'd like to change the font-weight to bold, as well.

    Thank you.

  • Kiran Support Team Lead
    Replied on April 14, 2016 at 3:59 PM

    Please add the following CSS code to the Custom CSS code section of the widget.

    input.dynamicField {

    font-size: 24

    font-weight: bold;

    }

    How can I increase the font size in the Dynamic Textbox widget? Image 1 Screenshot 20

    Hope this information helps!