Change font color on Signature Block

  • dbizzle
    Asked on August 15, 2016 at 6:59 PM

    The Smooth Signature widget has a small "Clear" option at the bottom right of the form.  It is getting lost in the background image.  I tried using some CSS and HTML font tags to change the color to something more visible, but have been unable to make this work.

    Can you assist?

    Change font color on Signature Block Image 1 Screenshot 20

  • victor
    Replied on August 15, 2016 at 10:30 PM

    If you open the signature wizard and under the CUSTOM CSS tab you enter the following code

    .clearButton {

    color: blue !important;

    }

    You will be able to change the color of the link "CLEAR"

    Change font color on Signature Block Image 1 Screenshot 20