How to change the label of slider

  • mbas123
    Asked on May 10, 2015 at 11:21 PM

    Hi,

    I want to change the color of the label that I have circle in my screenshot . I want it to be in red color and if possible to change also the font size. How to change the label of slider Image 1 Screenshot 20

     

    Thanks

    Rey Galvez

  • Chriistian Jotform Support
    Replied on May 11, 2015 at 2:29 AM

    Hi mbas123,  

    Thanks for contacting us.

    To change the color and font-size of the label of the slider, you can inject the following CSS:

    #cid_129 table td:nth-child(2){

        color:red;

        font-size: 12px !important;

    }

    #cid_130 table td:nth-child(2){

        color:red;

        font-size: 12px !important;

    }

    #cid_131 table td:nth-child(2){

        color:red;

        font-size: 12px !important;

    }

    #cid_132 table td:nth-child(2){

        color:red;

        font-size: 12px !important;

    }

    If you only need to change the first slider, you can just inject the first CSS code with #cid_129.

    To inject the CSS code to your form, please see instructions below.

    How to change the label of slider Image 1 Screenshot 20

     

    If you have any more concerns, please feel free to contact us again. Regards.