Lead capture side

Discussion in 'Blackriders WordPress Theme' started by nirit1, Jun 18, 2014.

  1. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
    Hi
    1. How can I change the side of the lead capture (so it will appear on the left side of the screen)?
    2. How can I remove the Ink link to facebook and add mine ?
    3. How can I remove the blog completely from the homepage ?

    Thank you
     
  2. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
    Pls your help....
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .caption {
    left: 15.65%!important;
    }
    2) You need to add your fb like box at the
    Appearance > widgets > Home Page Right Feature widget area
    Follow link given below to generate like box.
    http://www.inkthemes.com/bring-more...facebook-like-button-and-like-box-plugins/04/

    3) For this open "front-page.php" file and remove code from line number 207 to 245. You can add any other content there.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
    Hi,
    Thank you.

    1. The code for the lead capture:
    .caption {
    left: 15.65%!important;

    }
    dose not change it's side to the left, is the code correct ?

    2. How can I make the top header narrower ?

    Thanks again
    Nirit
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Nirit,

    1) This css code is working at our side. please share your website link. So that i can check it.

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

    Code:
    .header_container {
    padding: 10px 0;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
  7. 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:
    .flexslider {
    width: 100%;
    height:100%
    }
    .caption {
    right: initial;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     
  8. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
    Thanks for the quick response !
    Is it possible to keep the slider small, on 1/2 screen ( I actually do want the slider smaller.. :))and put the lead capture all the way to the left ? so it won't be on the top toolbar (even that it won't be on the pic.)
    Now it looks like this :
    http://69.195.124.135/~niritcar/

    Thank you!
    Nirit
     

Share This Page