How do I change the font type in the lead captcha? I searched through the archives, and couldn't find any... Thanks for you help! Robert
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signupForm .heading{ font-family:symbol; } .signupForm .signinForm input[type="submit"]{ font-family:symbol; } .signupForm .signinForm #uname{ font-family:symbol; } .signupForm .signinForm #comments{ font-family:symbol; } .signupForm .signinForm #vercode{ font-family:symbol; } Inplace of "symbol" put your font type.