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

Question

Question

How to change signature button style

asked on October 4, 2022

How can I change the look of the signature button on a form (version 11) to look like the submit and file upload buttons?

It looks like this:

  

Would like it to look like this button:

0 0

Answer

SELECTED ANSWER
replied on October 4, 2022 Show version history

Figured out how to change button, the field class is "signature" and had to add button to the CSS for it to work.  This is an example that replicates the settings from the file upload button

.signature button{
    background-color: #1c75ce; /* Blue */
    font-family: Open Sans,Arial;
    border: none;
    padding: 3px 10px;
    color: white;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 1px 2px #000;
}

Never fails, it was soon after looking here in answers and then submitting the question I was able to work out the css for this button.

3 0

Replies

replied on October 10, 2022

In the coming release, the style of the signature button in the new form has been updated to look like following by default which is similar as the file upload button.

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

Sign in to reply to this post.