Remove Lead Capture box/widget?

Discussion in 'GeoCraft WordPress Theme' started by joshualevisturm, Dec 5, 2012.

  1. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    How do I remove this from the Business Listing pages...it doesn't seem to work?
    I enter the info & it just keeps coming back with invalid captcha code? Easier to just remove it.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We have checked your website and there is no problem with the lead capture form, Its working fine, But if you want to remove it then

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


    Code:
    #inquiry_form {
    display: none;
    }
     

Share This Page