-
esupport.twHi,
How to hide the form border shadow ?
-
Kris JotForm SupportHi esupport.tw,
Thanks for reaching out to Jotform Support. To remove the form border shadow, you can inject custom CSS to turn off both the shadow and the border of the form container. Let me walk you through it:
- In Form Builder, click on the Paint Roller icon on the right side.
- Now, in the Form Designer on the right side, go to the Styles tab.
- Scroll down to Inject Custom CSS. Then inject the following CSS codes into the Inject Custom CSS box:
.supernova, .jotform-form, .form-all {
background-color: transparent !important;
}
.form-all {
box-shadow: none;
border: none;
}
Give it a try and let us know if you’ve got other questions.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!