Howdy, what is the custom css code to change the font size and color of the title text in the lead capture form?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signup .signupleft .signupinfo h1{ color:red; font-size:21px; }