How to remove the stars from the headers added from a theme?

  • Divadecor
    Asked on February 16, 2019 at 9:29 PM

    Hi, I used a theme with red stars. How do I get rid of them? I don't see a way. Here's the form: https://form.jotform.com/90463875127261

  • Kiran Support Team Lead
    Replied on February 17, 2019 at 1:22 AM

    Please try injecting the following CSS code to the form in order to remove the stars from the header.

    .form-header:before, .form-header:after {

        content: none;

    }

    Thanks!