White Box below the form

  • bridgewaylf
    Asked on January 10, 2017 at 5:03 PM

    There is a white box below the form that appeared after editing the form.  How do I get rid of this?  

  • Ian
    Replied on January 10, 2017 at 8:01 PM

    Add the following line of codes through INJECT CSS to fix the issue

    .supernova {

      background-color: #cccccc!important;

      }

    Hope this helps