My clear text on my "Clear" signature is unclear

  • Valueserv
    Asked on June 23, 2017 at 6:37 AM

    Please assist me. I have uploaded the form in my website but the colour of the "clear" signature field is dark so it is not visible on the page. How can I change this to white.

    Jotform Thread 1181630 Screenshot
  • Jan
    Replied on June 23, 2017 at 9:13 AM

    This is happening because the font color of the "Clear" text button is black. If you embed the form in a black background, then it will not show properly.

    The solution is to change the color of the "Clear" text button by inserting a custom CSS inside the widget. Here's how:

    Select the Smooth Signature widget field and then click the "Widget Settings" button. Go to "Custom CSS" tab and paste the CSS code below. After that, click the "Update Widget" button.

    My clear text on my Clear signature is unclear Image 1 Screenshot 30

    Here's the CSS code:

    .sigNav a, .sigNav a:link, .sigNav a:visited, .sigNavImage a, .sigNavImage a:link, .sigNavImage a:visited {
    color: #ffffff;
    }

    Here's the result:

    My clear text on my Clear signature is unclear Image 2 Screenshot 41

    Hope that helps. Thank you.

  • Valueserv
    Replied on September 4, 2017 at 9:31 AM

    it worked. thank you