How can I change the font of the "Sliders with calculated result" widget?

  • starterfly
    Asked on October 21, 2016 at 1:05 PM

    How can I change the css code on the Sliders with calculated result to match the font and size of the rest of the form?

    https://form.jotform.com/62944917482164

  • Support_Management Jotform Support
    Replied on October 21, 2016 at 1:12 PM

    I'm seeing you attempted to add some Custom CSS to the Slider widget:

    font-family: arial, font-size:10px

    Sadly, the codes you used are invalid. All CSS lines should terminate with a semicolon and should be associated with a proper CSS selector.

    Just remove those codes and replace them with the following:

    body {

        font-size: 13px;

        color: #444;

    }

    How can I change the font of the Sliders with calculated result widget? Image 1 Screenshot 30

    RESULT:

    How can I change the font of the Sliders with calculated result widget? Image 2 Screenshot 41