How can I change the font colour of the signature panel "clear" button?

  • systemstrainingdesign
    Asked on February 18, 2018 at 5:34 PM

    Hi Guys,

    My form has a couple of signature widgets that have the "clear" button font a black, since my form is coloured black, how can i please change the font colour to be white?

    Thank you.

    Wendell

  • John_Benson
    Replied on February 18, 2018 at 7:59 PM

    Please add the custom CSS code below to your form by following this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    span.clear-pad-btn.clear-pad {

    color: white !important;

    }

    Here's the result:

    151900143513cc2aw2 Screenshot 10

  • systemstrainingdesign
    Replied on February 19, 2018 at 7:28 PM

    Thank you..

    It worked!!