CSS code: Change the sublabel color to red

  • lhenry17
    Asked on March 20, 2018 at 9:42 AM

    My feedback/question is related to:

    Please note: Technical issues will be be forwarded to PA HMIS Help Desk

  • aubreybourke
    Replied on March 20, 2018 at 11:30 AM

    To change the label you can use this:

    .form-label {
        color : green !important;
    }

    To change the sublabel you can use this:

    .form-sub-label {
        color : red !important;
    }

    Instructions here:

    How-to-Inject-Custom-CSS-Codes


    It should look like this:

    1521559809jrqk7 Screenshot 10