-
tonysmith8122Asked on May 2, 2025 at 6:24 PM
-
Reymae JotForm SupportReplied on May 2, 2025 at 6:35 PM
Hi concierge793,
You can easily make the form's background transparent by Injecting CSS Codes into your form to make it blend better on your website. Let me walk you through it:
1. First, copy this code:
/*Make the whole form transparent - 26684741*/
.supernova, .jotform-form, .form-all {
background-color: transparent !important;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and let us know how it goes.
-
tonysmith8122Replied on May 3, 2025 at 4:28 PM
Thank you so much for your kind support and share information that what I need. Its very easy to apply on my website.