Change color of part of a label

  • riquee
    Asked on June 16, 2014 at 9:46 PM

    Hello!

    i have this form here: http://www.jotform.com//?formID=41659199817875

    And at the bottom where i have "Registration period and fees" i would like to change the color of the price from gold to grey. Only the price.

     

    Is this possible?

     

    Thanks!

  • Ashwin JotForm Support
    Replied on June 17, 2014 at 12:38 AM

    Hello riquee,

    To change the color of only the price you will have to edit the label again. Here are the steps :

    1. Wrap the price text/label of your question "Registration period and fees" in <em> .. </em> which you want to show in different color. Please check the attached screenshot on how to achieve this:

    Change color of part of a label Image 1 Screenshot 20

    2. Inject the following cusotm css in your form:

    em{color:#999;}

    The following guide should help you in custom css injection:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please take a look at the following cloned form and see if this is what you wanted to achieve: http://form.jotformpro.com/form/41671056135955? Feel free to clone this form for a closer look. The following guide should help you in form cloning:  https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!