How Do I Eliminate the Home from Showing on a 1 Page Site?

Discussion in 'Appointway WordPress Theme' started by facts101, Oct 4, 2013.

  1. facts101

    facts101 New Member

    Joined:
    May 24, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,
    I have a one page site and "Home" is showing. How do I get rid of that? I have not set up a Menu, but I am not sure how to get rid of it. I have attached a screen shot.

    I would appreciate your help.

    Thank you
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Menus panel in your dashboard and Create a new menu and clear all the menu item and then select this menu as a main menu.
    This will solve your issue.

    See the image given below for the reference.

    [​IMG]


    This will solve your issue.
     
  3. facts101

    facts101 New Member

    Joined:
    May 24, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,
    That did remove the "Home" from showing, but it also removed my slider images from showing. Is there a way to fix it so the slider images show?

    Thank you!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Undo the solution provided by me in the previous post and then
    paste the code given below in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #MainNav {
    display: none;
    }
    This will solve your issue.
     

Share This Page