How do I change the font color for sub labels?

  • tlbforms
    Asked on April 30, 2014 at 2:31 PM
  • BrianPaulo
    Replied on April 30, 2014 at 2:41 PM

    Hi tlbforms,

    Changing the sub label font color is actually possible by injecting CSS code, read: How to Inject Custom CSS Codes.

    The CSS code you'll be needing is:

    .form-sub-label{

    color:#FFCC66;

    }

    **note: replace the color #FFCC66  to the color of your choice. To learn more about color hexa values, read Color Hex Color Codes.

    Please let us know if you need further help.

    Bryan