Can we get a better cleaner font on the 'lead capture page' title and the 'top right contact details' area? How do I change font and where?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS For lead capture. Code: .signupForm h2 { font-family: your font type; } For top right detail. Code: .header .contactinfo span.calldetails { font-family: your font type; }