Change Font Color in specific section

  • cbouler901
    Asked on April 23, 2024 at 8:46 PM

    I have surfed the community section but didn't find anything that was helpful.

    I'd like to change the font color on a section so that it stands out. Is there CSS coding to make this happen? I've attached the section that I'm referring to on my form.

    Jotform Thread 14198071 Screenshot
  • William JotForm Support
    Replied on April 24, 2024 at 12:53 AM

    Hi Chantay,

    Thanks for reaching out to Jotform Support. You don't actually need to add a CSS code for it. Simply edit your paragraph element, highlight the text and then set the text color on the toolbar menu.

    Here are the steps for reference:

    1. Edit your form and edit and highlight the text contents of your paragraph element
    2. Click the text color button on top and choose your preferred color
      Change Font Color in specific section Image 1 Screenshot 30
    3. Finally, click the save button to save your settings
      Change Font Color in specific section Image 2 Screenshot 41

    But if there is a specific color that you would like to use that's not part of the color palette, you can use this CSS code:

    #text_31 p {
       color: <your hex or rgb color here>;
    }


    And in case you need to know how to inject CSS codes into your form, you can follow the steps from this guide.

    You can try any of these steps and let us know if you need more help.

  • cbouler901
    Replied on April 24, 2024 at 9:09 PM

    Thanks so much William!

    That did it.


  • Sigit JotForm Support
    Replied on April 24, 2024 at 11:35 PM

    Hi Chantay,

    Thank you for getting back to us. We're glad to have been of help. With that being said, we're marking this ticket as resolved. If you have any further questions or need assistance, please don't hesitate to reach out.

 
Your Answer