Lead Capture Form - stefan

Discussion in 'Local Business WordPress Theme' started by stefan, Dec 2, 2012.

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

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi, when I turn the Lead Capture form off, it still shows the lead capture
    title and button. Doesn't look good.

    Could you test it at your end?

    thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Its not a bug its a feature of Local business theme many developer wants this, If you want to remove it then

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

    Code:
    .signup .signupleft .signupinfo h1{
    display:none;
    }
    .signup-text .button1{
    display:none;
    }
    .signup .signupleft .signup-text p{
    display:none;
    }
    
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Gourav,

    I got it thanks!
     
Thread Status:
Not open for further replies.

Share This Page