Lead Captcha Font?

Discussion in 'Infoway WordPress Theme' started by robert l, Sep 18, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page