Remove Lead Capture Form

Discussion in 'Blackriders WordPress Theme' started by imogen, Mar 3, 2015.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    I have turned the contact form on the front page to 'off' but it isn't disappearing.

    How do I remove this?

    www.greenokegreendeal.com

    Many thanks
     
  2. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    Also want to remove the mobile navigations button on the top right corner.
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello imogen!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .caption {
    display: none;
    }
    .call-us {
    display: none;
    }
    Thanks,
    Praveen
     
    ajayjob likes this.

Share This Page