How to bring back default blank theme?

  • Thijssen
    Asked on November 4, 2015 at 3:38 PM

    Hi:

    I was playing around with the form themes for a form of ours.

    I can not bring it back to how it looked like when we started from scratch. (default blank theme).

    The best I can do is to bring it back with a kind of a shadow outline around the form surrounded by a greyish color.

    Please advice.

     

    Thanks

     

    Ryzal

     

     

  • Kevin Support Team Lead
    Replied on November 4, 2015 at 7:44 PM

    Hello Ryzal,

    I've checked all your forms and I see that all are in the default theme (blank), please could you check and confirm us if you are still unable to revert to the default theme,  you can share us the link of your form too.

    Regards.

  • Thijssen
    Replied on November 4, 2015 at 7:56 PM

    Hi:

     

    Here's an example of the shadow outline and greyish surroundings.

    It never had that before.

    http://letmelook.at/cosmetic-surgery-info/

     

    thanks

  • Kevin Support Team Lead
    Replied on November 4, 2015 at 9:06 PM

    Thank you for the information. 

    You should go to Designer and paste this CSS code : 

    .form-all{

    box-shadow:none !important;

    }

     

    .supernova{

    background-color:transparent !important;

    }

    I hope that helps.