How do I change the color of the signature in the e signature module.

  • aptusmerchantservices
    Asked on August 11, 2015 at 12:46 PM

    I have used the designer to make edits to the taxi theme.  I need to change the color of the signature in the e signature module from gray to white.  I have looked through your help and youtube for help but I have not found any info.  How do I change the color of the e signature?

  • AaronSiciliano
    Replied on August 11, 2015 at 1:15 PM

    If you are looking to make the background color of the signature pad contrast with the color of the signature then it is much easier to change the background color of the signature pad than it is to change the color of the signature itself as the signature color is set by the plugin's javascript files.

     

    How do I change the color of the signature in the e signature module Screenshot 30

     

    To change the color of the signature pad like in the image above you can add custom CSS to your form.

     

    .jSignature {

    background-color:White;

    }

     

    This CSS code can be added to your form by clicking on the preferences button and then clicking on the Form Styles tab. The CSS code can be copy and pasted into the text area labeled "Inject Custom CSS".

     

    How do I change the color of the signature in the e signature module Screenshot 41