How do you change the font color of Sliders with calculated result widget?

  • jaydenbrant
    Asked on September 30, 2016 at 3:06 AM
    How do you change the font color on this widget?
  • beril JotForm UI Developer
    Replied on September 30, 2016 at 3:21 AM

    You can change the font color of the widget by the injecting the CSS code below:

    td.label_row {

        color: red !important;

    }

    td.value_row {

        color: red !important;

    }

    td#result {

        color: red!important;

    }

    How do you change the font color of Sliders with calculated result widget? Image 1 Screenshot 20

     

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.