Change font color of .undefined label

  • Swoodruff2002
    Asked on May 14, 2015 at 9:53 AM

    I am not able to assign a font color format to an undefined label in CSS.  See video screen cast.

    http://screencast.com/t/Z0lVI0yHSe

     

    Thanks,

    Steve

  • Boris
    Replied on May 14, 2015 at 11:33 AM

    Hello Steve.

    The label doesn't have a specific class defined to it, that is why our Designer was showing the .undefined label entry.

    Please try using the following custom CSS instead:

    .form-scale-table label {
        color: #7AC8CE;
    }

    Change font color of  Screenshot 20

    Please let us know how it goes or if you need further assistance, we are here to help.