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
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. This will solve your issue.
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!
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.