Can I change the color of the text of the labels?

  • forexbmc
    Asked on July 15, 2019 at 6:51 AM

    Hello. Can I change the color of the text?

    1563179522螢幕快照 2019 07 15 下午 Screenshot 10

  • Girish JotForm Support
    Replied on July 15, 2019 at 6:55 AM

    You can use custom CSS codes to change the Font color of your labels.

    Here is a sample CSS code you can use.

    .form-label {

    color:white !important; /*you can change the color */

    }

    /*This is for sub labels*/

    .form-sub-label{

    color:white !important; /*you can change the color */

    }

    Related Guide: How-to-Inject-Custom-CSS-Codes