Sub Label color change

  • mgcaledonian13
    Asked on December 17, 2015 at 6:45 PM

    Is it possible to change an individual Field Sub Heading.

    In my form I have a field that I want to highlight the Sub Heading

    It is "number of people attending" with a Sub heading (including yourself), I want to highlight this Sub Heading only.

    I tried injecting CSS information from another post that referred to the Name field.
    I used both the id #input_22 with and without the # and the {numberOf22} with and without the {} and I had no success.

    Below is one attempt
    #sublabel_input_22{ color: red; }

    Can you help?

    Willy Scott

      

  • jonathan
    Replied on December 17, 2015 at 11:51 PM

    Hi Willy,

    Using the Form Designer use this CSS code

    #cid_22 label.form-sub-label {

        color : red !important;

        font-weight : bolder;

    }

     

    Sub Label color change Image 1 Screenshot 20

     

    Let us know if this still did not work