Hide Leads Capture Form on Home Page & Blog Articles?

Discussion in 'Infoway WordPress Theme' started by timlayton, Mar 5, 2013.

  1. timlayton

    timlayton New Member

    Joined:
    Aug 12, 2012
    Messages:
    13
    Likes Received:
    0
    I would like to be able to hide the leads capture form on the home page and the blog articles carousel too. What is the CSS code to do this?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .signinwidgetarea {
    display: none;
    }
    #carousel-full {
    display: none;
    }
    .testimonial {
    margin-top: 20px;
    }
    This will solve your issue.
     

Share This Page