Wanting to change preview font answer color

  • c.u.b.s.homeschool
    Asked on June 17, 2020 at 10:02 AM

    I am looking to do a few changes to my form.

    1. Change the answer font color in preview mode only to Blue

    2. Remove the Assistant Registration Form Header from Preview Mode

    3. I want the colors for Payment A and Payment B to be on the preview page mode as well. 

    4. I am also looking to increase the money amount font size


    How would I go about doing these things?

    Thank you for your help in advance.

    Jotform Thread 2394603 Screenshot
  • jherwin
    Replied on June 17, 2020 at 10:28 AM

    Give me more time and I will generate a CSS Code for your needs. I will update you via this ticket.

  • jherwin
    Replied on June 17, 2020 at 10:55 AM

    Unfortunately, the only possible in your requirements are the answers change color:

    #previewContainer li>div.value.border {
        padding-left: 5px;
        color: blue;
    }

    The responses to your form are dynamic or the order number changes so it is not possible to set a specific number to target answer/texts in preview mode using CSS code.

    If it's static then that's possible. What I mean in static is that you don't offer "add another child" and "teacher/assistant" option. Since you offer those options to your form, it's not possible to target specific texts in the preview mode.