Navigation Buttons

Discussion in 'Local Business WordPress Theme' started by nelson26, Jun 25, 2015.

Thread Status:
Not open for further replies.
  1. nelson26

    nelson26 New Member

    Joined:
    Jul 18, 2013
    Messages:
    5
    Likes Received:
    0
    Is it possible to remove the navigation buttons and use the home page only as a lead generation page?
    In order to get leads is best to have only the front page and lock the visitor to do one of two things:

    1) Call the business phone number
    2) Fill out a form for a free quote

    Let me know if this is possible and if so, please provide instructions

    Thanks,

    Nelson
     
  2. praveen

    praveen Support Staff

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

    We will be pleased to you :)

    But, i am not understanding about your requirement.
    Please explain a bit more...
    It would be better to understand your issue through some edited screenshot.

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks,
    Praveen
     
  3. nelson26

    nelson26 New Member

    Joined:
    Jul 18, 2013
    Messages:
    5
    Likes Received:
    0
    Hi Praveen,

    Well, what I am want to do is use the home page of the theme as a landing page without the navigation buttons. So that the visitor either will have to fill out the information form or call the business to set up an appointment.

    Thanks,

    Nelson
     
  4. praveen

    praveen Support Staff

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

    I have got your concern,

    Please follow the video link given below to create only "Home" in the menu : -
    http://screenpresso.com/=tQ8N

    To hide other section excluding the Contact Form, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content {
      display: none !important;
    }
    .feature_info {
      display: none !important;
    }
    .footer-wrapper {
      display: none !important;
    }
    Thanks,
    Praveen
     
  5. nelson26

    nelson26 New Member

    Joined:
    Jul 18, 2013
    Messages:
    5
    Likes Received:
    0
    Ok. Thanks Praveen.
     
Thread Status:
Not open for further replies.

Share This Page