How do I change the font size of the Terms and Conditions widget?

  • ksedler
    Gefragt am 1. Oktober 2023 um 05:16
    Auch möchte ich die Schriftart der Datenschutz-Belehrung verkleinern. Sie reagiert nicht auf die Änderung der Schriftgröße des Formulars.
  • Sweta Jotform Support
    Geantwortet am 1. Oktober 2023 um 05:42

    Hello ksedler,

    The following CSS code can be used to customize the font of the Terms and Conditions widget:

    #_label {
    font-size: 12px;
    }

    I'll walk you through setting that up:

    • Open the Form in the Form Builder.
    • Open the Widget Settings by clicking the wand icon.
    • Go to the Custom CSS tab and inject your codes.
    • Then hit the Update Widget button to save your changes.
    • How do I change the font size of the Terms and Conditions widget? Image 1 Screenshot 20

    Additionally, go through this guide to inject CSS into the widget on the form.

    Give it a try and let us know if you need any help.

  • ksedler
    Geantwortet am 1. Oktober 2023 um 05:46

    It helped. Thanks :-)