How do I change the color and font size of the lead capture form title? I wish to make the first line in different font size & color and second line in different font size & color like sample below: CONTACT US FOR A FREE ESTIMATE!
Hello, Use below format in Lead Capture Form Heading. HTML: <span class="headingfirstline">HELLO FIRST LINE</span> <br/> <span class="headingsecondline">HELLO SECOND LINE</span> Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .headingfirstline{ font-size:25px !important; color:red !important; } .headingsecondline{ font-size:35px !important; color:green !important; } Set color,font-size and heading text according to your requirement. Thanks & Regards Pramod