Lead capture form - how to move it or change it to require no scrolling

Discussion in 'Blackriders WordPress Theme' started by jessebrar, Feb 6, 2014.

Thread Status:
Not open for further replies.
  1. jessebrar

    jessebrar New Member

    Joined:
    Feb 5, 2014
    Messages:
    2
    Likes Received:
    0
    Hi All,

    I am new to wordpress and also to themes. I just got the Blackrider Pro theme, and I would like to move the Lead Capture Form to the right widget area. Also, I would like to make it so that the user doesn't have to scroll down to get to the submit or send button.

    Thank you for your help.

    Jesse
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.We have already provided a Leadscapture form widget in Blackriders Theme, Just go to Appearance > Widget and drag "LeadsCapture Black Rider Widget" and drop it in the Home Page Right Feature Widget Area.

    and if you want to remove the slider lead capture form, then,

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

    Code:
    .caption {
    display: none;
    } 
    2. For your second issue

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

    Code:
    .sidebar .signinformbox_wrapper {
    overflow: hidden;
    height: 100%;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. jessebrar

    jessebrar New Member

    Joined:
    Feb 5, 2014
    Messages:
    2
    Likes Received:
    0
    That worked perfectly. Thank you so much.
     
Thread Status:
Not open for further replies.

Share This Page