Is it possible add color text between question & options?

  • fortiform
    Asked on July 1, 2024 at 6:29 AM

    Hi,

    Is it possible add color text between question & options?

    Screenshot:

    https://nimb.ws/ftDMZQ0


    Thanks!

  • Lorenz JotForm Support
    Replied on July 1, 2024 at 7:53 AM

    Hi Jimmy,

    Thanks for reaching out to Jotform Support. Based on your screenshot, you want to change the color of the field labels/question. That is indeed possible using Custom CSS code. Let me walk you through it:

    1. First, copy the CSS code below:

    /* change form label color */
    .form-label-top {
    color: green !important;
    }
    /* end */

    2. In the Form Builder, click on the blue Roller Paint icon.

    3. From the Form Designer panel, select the Styles Tab. 

    4. Next, scroll down a bit and paste the code inside the Inject Custom CSS area. 

    Is it possible add color text between question & options? Image 1 Screenshot 20

    The code, above, will take effect on all questions. If you want to change the color of a specific question only, let us know which field is it, so we can work on the code for you. But if it's the field in your screenshot, then you can use the code below instead:

    /* Change field question 請再次確認是否參加本活動 color */

    label#label_58 {
    color: green !important;
    }

    /* end */


    Give it a try and let us know if there's anything else we can help you with.

 
Your Answer