How to remove the page background from form?

  • planitlandscape
    Asked on September 14, 2016 at 1:20 PM

    How do I remove the gray background from default form in Joomla? When i place the code in joomla it centers my form on a gray background.  Can the code just fill the module instead it being in the middle of a module?

    Link to site is below and the form in near the bottom of the page.

     

    Thank you,

    Caleb Taulbee

  • selen JotForm Developer
    Replied on September 14, 2016 at 2:00 PM

    Hi Caleb,

    You should add css code in your form.

    You can follow this guide to inject your CSS code http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

     

    your form css code; 

    .form-all {

        box-sizing : none;

        width: inherit !important;

    }

    .jotform-form {

        padding: 0px !important;

    }

    If you still have questions feel free to ask. I'll be happy to help.

    Thank you 

  • planitlandscape
    Replied on September 15, 2016 at 12:44 PM

    Perfect Thank You!