Change "Clear" to "Clear signature" in smooth signature widget

  • TriYoga
    Asked on March 28, 2016 at 6:52 PM

    Hi Team,

    how can I change "Clear" to "Clear signature" at the bottom of smooth signature widget. 

    Some people think that it is clear for the whole form. 

     

    thank you!

  • Chriistian Jotform Support
    Replied on March 28, 2016 at 11:55 PM

    You can inject the css below to change the clear button from "Clear" to "Clear Signature".

    .clearButton{

    visibility: hidden;

    }

    .clearButton:before {

    content: 'Clear Signature';

    visibility: visible;

    }

    To inject the css, simply click the wand icon on the top right of the widget.

    Change Clear to Clear signature in smooth signature widget Image 1 Screenshot 40

    Then click the Custom CSS tab and paste the css code in the text area.

    Change Clear to Clear signature in smooth signature widget Image 2 Screenshot 51

    The signature widget should now look like this:

    Change Clear to Clear signature in smooth signature widget Image 3 Screenshot 62

    If you need further assistance, do let us know.
    Regards.

     

  • TriYoga
    Replied on March 29, 2016 at 12:44 AM
    THANK YOU!
    ...
  • Chriistian Jotform Support
    Replied on March 29, 2016 at 1:55 AM

    You are most welcome. If you have any other concerns, feel free to contact us again. Cheers.