How do I add a custom RGB text colour so that I can change text colour on one line within a text box. I know how to change text colours but wish to u

  • TheMosaicPractice
    Asked on December 4, 2020 at 6:48 AM
  • Jovanne JotForm Support
    Replied on December 4, 2020 at 7:46 AM

    Hi, thank you for contacting JotForm support.

    It seems that we have received an incomplete message from you. Could you please give us more details about your concern so we could assist you properly?

    If you want to use the RGB value of the color property, please follow this format:

    selector{color: RGB Hexadecimal code}

    example:

    p{color: #000;}


    or

    selector{color: rgb(red, green, blue);}

    example:

    p{color: rgb(255,0,0);}


    We look forward to your response.