Is there a way to highlight or change the look of only one heading within a form instead of all?

  • localcoverageva
    Asked on January 11, 2019 at 5:54 PM

    Hi there,

    This is for our Local coverage order form.  We'd like to have a heading/label for one of our fields stand out from the others, is there a way to do this in the advanced designer?  Change the background of just that field, change the color of the font etc, anything?  I can only find a way to change all the labels.

    I've included a screenshot, we'd like 'color- choose all that apply' stand out from the similar question above that is for black and white.

    Thank you!

    1547247259Screen Shot 2019 01 11 at 3 Screenshot 10

  • Mike_G JotForm Support
    Replied on January 11, 2019 at 11:36 PM

    What you're trying to accomplish is possible by injecting custom CSS codes to your from.

    Here are the CSS codes injected into the clone version of your form to change the background and the text color of the label in the "COLOR- Please Choose All Areas That Apply" field.

    label#label_34 {

        background: orange;

        color: blue;

    }

    Result:

    1547267645t23 33 49 Screenshot 10

    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.