How to remove the warning icon on the form error message?

  • oliverpowell
    Asked on March 20, 2017 at 5:36 AM
    Do you know if it's possible to remove the icon from the warning messages
    as attached? It's really small and fuzzy, I would rather just remove it.
  • Support_Management Jotform Support
    Replied on March 20, 2017 at 5:48 AM

    How to remove the warning icon on the form error message? Image 1 Screenshot 20

    You may remove that yellow warning image by injecting these codes:

    .form-error-message img {

      display: none;

    }