Removing the form shadow failed

  • esupport.tw
    Asked on April 16, 2018 at 3:26 AM

    HI 

    I add below CSS code for removing our form shadow.


    .form-all{

    box-shadow: none; !important;

    }


    It's not working.

  • alican JotForm Developer
    Replied on April 16, 2018 at 7:28 AM

    Hi,

    Card layout is fairly new. I believe our team have plans to add more customization option to it, however, as of the moment, we have no plans on adding CSS in the new card layout. You can always go back to the old layout if you need to design and use CSS to customize the layout.


    1513041848ChangeFormLayout Screenshot 10

    Let us know if you have any questions or if you need further assistance.

  • esupport.tw
    Replied on April 16, 2018 at 10:38 AM

    Hi,

    I mean I want to remove or disable the form shadow.

    Can you give me the correct CSS code? 

    I found the code I added is incorrect.


    Thanks!

  • Jan
    Replied on April 16, 2018 at 11:52 AM

    Please try this CSS code:

    .supernova .form-all {
    box-shadow: none; !important;
    -moz-box-shadow: none; !important;
    -webkit-box-shadow: none; !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    152389390804 16 bcegk Screenshot 10

    Hope that helps. Thank you.