How can i change the title font-weight, shadow, remove the border below
-
DigitalDrawingRoomAsked on October 05, 2018 at 12:36 PM
How can i change the title font-weight, shadow, remove the border below the title?
This is a re-post of a comment on How to Stylize Feedback or Lightbox Title?
-
AshtonPAnswered on October 05, 2018 at 02:08 PM
You can use following CSS code to your form. -
/*To remove the header border*/
.form-header-group {
border-style: none !important!
}
/*To adjust header's font size and text shadow*/
#header_1 {
text-shadow: 2px 2px green !important!;
font-size: 30px!imporant;
}Related Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
Let us know should you need further assistance.