Como mudar a cor do título

  • carlosfarnesi
    Asked on March 23, 2020 at 3:06 PM

    Olá, tudo bem?
    Como eu faço pra mudar a cor do título das colunas do print em anexo?
    Obrigado

    Jotform Thread 2221985 Screenshot
  • KrisLei Jotform Support
    Replied on March 23, 2020 at 3:41 PM

    Hi,

    Kindly replace the CSS codes inside the widget with these codes:

    .checkbox, .radio {

    margin: 3px 0;

    min-width: 70px;

    }

    .form-textbox, .form-textarea{

         width: 220px !important;

    }

    label,th.col1,th.col2,th.col3{

        color: white;

    }

    For your reference: How-to-Inject-CSS-Codes-to-Widgets

    Let us know how it went.

  • carlosfarnesi
    Replied on March 23, 2020 at 3:47 PM

    TKS!!!!