How to change the highlight color

  • SuaMusicaDigital
    Perguntado em 21 de junho de 2023 às 16:19

    Boa tarde!

    Estou editando um formulário e desejo escolher outra cor de realce. Escolhi um tema e estou fiz as alterações que queria... Porém, mesmo escolhendo outra cor de realce, a mesma não grava no relatório.


    Seguem prints. Notem que escolhi uma cor azul para o realce.. e mesmo assim não atualiza

    How to change the highlight color Image 1 Screenshot 30How to change the highlight color Image 2 Screenshot 41

    Podem me ajudar?

    Tks

    Vitor Troczynski - 11 941388167

  • Billy Jotform Support
    Respondido em 21 de junho de 2023 às 21:41

    Hi Vitor,

    Thank you for reaching out to Jotform Support. We need to inject CSS code into the form to change the background color of the question when it is highlighted. Let me show you how:

    1. Open the form in Form Builder
    2. Click on the roller-paint icon (Form Designer) located in the upper right corner
    3. Click on the Styles tab
    4. In the Inject Custom CSS section, insert/paste the code below and click on Save
    .form-line-active {
    background-color: rgb(5, 143, 204) !important;
    }

    You can view this cloned version of your form for your reference.

    Reach out again if you need any other help.