-
mgarriquesAsked on September 5, 2024 at 12:38 PM
-
Kyle JotForm SupportReplied on September 5, 2024 at 1:44 PM
Hi mgarriques,
Thanks for reaching out to Jotform Support. Let's inject a Custom CSS code into your form to remove the border and box shadow. Let me show you how:
- Copy the CSS code below:
/*Remove the form borders - 187012451*/
.supernova .form-all {
border: none !important;
box-shadow: none !important;
}
/*ends here*/
2 . Choose the Paint Roller icon located in the top-right corner of the Form Builder.
3 . Navigate to Styles at the top of the Form Designer window on the right.
4 . Under Inject Custom CSS, enter your code; all modifications are automatically saved.
See my screenshot below to see the result:
Give it a try and let us know if you need any help.