Forum For HomeBuilder Theme

Discussion in 'General InkThemes Discussion and Feedback' started by harsh5235, Dec 21, 2012.

  1. harsh5235

    harsh5235 Guest

    Joined:
    Dec 2, 2012
    Messages:
    14
    Likes Received:
    1
    how come there is no forum for the home builder theme?

    I would like to turn off lead capture but can't find out how
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Our technical team is working on it, In our latest update of theme you will get form on/off option.

    But temporarily you can add code given below


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

    Code:
    .feature-content .left-feature .contactform {
    display: none;
    }
    Now,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]
     

Share This Page