Disable Lead Capture on the homepage

Discussion in 'BlackBird WordPress Theme' started by adacosta, Dec 12, 2018.

  1. adacosta

    adacosta New Member

    Joined:
    Feb 19, 2015
    Messages:
    26
    Likes Received:
    0
    how can I remove/Disable Lead Capture on the homepage?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    .signup .titlebg {
    display: none;
    }

    .signuparea {
    display: none;
    }


    Regards,
    Akbar
    InkThemes.com
     
  3. selldomainsco

    selldomainsco New Member

    Joined:
    Nov 4, 2015
    Messages:
    8
    Likes Received:
    0
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    Could you also please send me the screenshot of the area which you exactly want to remove.

    So that I can deliver you the exact and appropriate solution.

    Regards,
    Akbar
    InkThemes.com
     
  5. adacosta

    adacosta New Member

    Joined:
    Feb 19, 2015
    Messages:
    26
    Likes Received:
    0
    here it is. I want to remove the form
     

    Attached Files:

  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .caption {
        display: none;
    }
    
    Regards,
    Akbar
    InkThemes.com
     

Share This Page