Can I adjust the height/color of separator?

  • aimsvisahk
    Asked on June 29, 2016 at 7:00 AM
    On the other hand, Can I adjust the height/color of separator? pls refer http://prntscr.com/bmiu1n
  • beril JotForm UI Developer
    Replied on June 29, 2016 at 7:17 AM

    You can change the color font size or height of your subheaders by injecting the CSS code below from designer. You can change the values I've chosen the red color as an example. 

    .form-subHeader {

        height: 40px !important;

        color: red !important;

        font-size: 13px !important;

    }

    Can I adjust the height/color of separator?  Image 1 Screenshot 20

    Feel free to contact us anytime. We will be happy to assist you.

  • aimsvisahk
    Replied on June 30, 2016 at 12:31 AM

    Hello Beril,

    Thanks your information, That's perfect ^^

    Justin