How can I remove the stange black bar?

  • specialmoderndesign
    Asked on October 13, 2017 at 1:27 AM

    HI-

    I can't figure out this black bar on my headers, I looked for the CSS and didn't find it. any idea?

    Jotform Thread 1272248 Screenshot
  • Sabbir
    Replied on October 13, 2017 at 4:09 AM

    You can try adding this CSS code in your form designer's CSS tab.

    .form-header-group{
        background: none;
    }

    Hope this will help remove the black bar.

    Let us know if you have any further query.