Change Sublabel color

  • chrismuglia
    Asked on April 4, 2014 at 12:41 AM

    Can I change only the color of the sublabels that I add (like on a text box or text area) and not every single sublabel (like name, phone, etc)??

    thanks!!

  • Elton Support Team Lead
    Replied on April 4, 2014 at 2:53 AM

    Hi,

    You can use HTML font attribute on the sub label options. 

    Example, you can enter this on the sub label.

    <font color="red">This is some text!</font>

    Just change the color to your preference.

    Hope this helps!

  • chrismuglia
    Replied on April 4, 2014 at 12:21 PM

    perfect. thanks!