Captcha not showing up on home page lead form

Discussion in 'Blackriders WordPress Theme' started by tccostin, Feb 21, 2014.

  1. tccostin

    tccostin New Member

    Joined:
    Feb 13, 2014
    Messages:
    7
    Likes Received:
    0
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .captcha_img {
    color: grey;
    }

    Thanks & Warm Regards
    Harmeet Singh
    InkThemes.com
     
  3. tccostin

    tccostin New Member

    Joined:
    Feb 13, 2014
    Messages:
    7
    Likes Received:
    0
    Thanks Harmeet. That took care of it.

    Now the home page Lead Capture form has to scroll to see the entire Submit button.

    Any solution for that?

    Thanks again for your great service.

    Tim
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .signinformbox_wrapper {
    height: 410px;
    } 
    You can adjust the value of "height" as per your requirement.
     

Share This Page