How do I change the color of the signature field?

  • SunbridgeInstitute
    Asked on January 10, 2022 at 10:42 AM

    Hi.


    I have added a signature block to my form but it is the same color as the background. When someone signs, it is very difficult to see. On other forms we have created, the signature block is white. How do I change the color of the signature block?

    Attached is what I see now.

    thanks

    David Chin

    Jotform Thread 3654291 Screenshot
  • Martin_A
    Replied on January 10, 2022 at 11:38 AM

    Hi there,

    To change the color of your Signature Field in your form, please add the following CSS code to your current one:

    .jSignature {
      color : white;
    }

    .signature-line.signature-wrapper.signature-placeholder {
      color : white;
    }

    How to Inject Custom CSS Codes

    This is the result you will get:
    1641832672 61dc60e029a0d Signature Screenshot 10
    Hope this information helps.
    Let us know if you need any further assistance.
    Thank you.