Why page headings have shadow on the text?

  • ccureslife
    Asked on November 6, 2017 at 2:43 PM

    I can't figure out how to remove the shadow from the heading in this form. We have multiple forms with the same problem. It doesn't appear that way in designer mode but when you go to the live form it shows up like that.

    Jotform Thread 1291431 Screenshot
  • Sabbir
    Replied on November 6, 2017 at 3:15 PM

    Please put the following CSS code into your form designer's CSS tab:

    .form-header-group, .form-collapse-table, .form-pagebreak
    {
      text-shadow: none;
    }

    Here where you have to put it:

    1509999320shadowremove Screenshot 10


    Hope this will help.

    Let us know if you have any further issue.