Is there any way to change the size of the text in the lead submission form at the top of the main page (box). The header text is quite large. Can that be reduced in size? Thanks, Don McCauley
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .signupform-header h4 { font-size: 15px; } You can change the value of "font-size" as per your requirement. This will solve your issue.