How to remove border around the form?

  • lassocie
    Asked on April 22, 2024 at 10:44 AM

    Hi,

    There is a white border around this form and I can't find where to edit it to put it black or blank: https://form.jotform.com/241094525286257

    Where is the option?

    Thank you

  • Aravir JotForm Support
    Replied on April 22, 2024 at 10:57 AM

    Hi lassocie,

    Thanks for reaching out to Jotform Support. When I reviewed your form, I didn't see the white border around your form. Checkout the screenshot below:

    How to remove border around the form? Image 1 Screenshot 30

    Do you see the border when the Page Color is black? If yes, you can inject the custom CSS code below to remove the border:

    .form-all {
      padding-top: 0px !important;
      border: none !important;
    }

    Here's how to inject the CSS code:

    1. In Form Builder, click the Paint Roller icon on the upper left side.
    2. Under the Styles tab, paste the CSS code in the Inject Custom CSS box.

    How to remove border around the form? Image 2 Screenshot 41

    Give it a try and let us know if you need any other help.

 
Your Answer