You are viewing limited content. For full access, please sign in.

Question

Question

Signature Field color

asked on October 10, 2019

Is there a way to change the way the signature field displays? My agency is requesting the signature be blue

0 0

Replies

replied on October 11, 2019

Try this in your CSS:

input.Sign_Sig {
  background-color: blue;
  color: white;
  border: none;
}

You can Google "CSS color picker" to get a tool that will help you pick the exact shades you want. Just replace the color words (blue, white) with the hex codes that you create (it will look like "#19A5C7", for example)

0 0
replied on October 11, 2019

All that did was change the signature button to be blue... Is there a way to change the actual signature color? 

0 0
replied on October 11, 2019

Oh I misunderstood the question. Here is an article on how to change the color of a base64 png with JavaScript:

 

https://stackoverflow.com/questions/13419101/is-it-possible-to-replace-a-color-in-a-base-64-encoded-image

0 0
replied on October 11, 2019

thank you!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.