How to remove the word Home from my home page

Hi
I would like to know how to remove the word Home from my homepage. I’ve been checking around but I don’t know how to do it.

Thanks.

Hello @Justaman78,

Thanks for posting in!

The homepage uses the menu assigned as your primary menu. Once you have added “Home” menu item in your primary menu item, it will be displayed site wide. To get rid of the “Home” menu item can be done in two different ways.

1.) You can simply add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.home .x-nav #menu-item-8 {
    display: none;
}

2.) Or you can utilize the One Page navigation feature where in you will have to create another set of menu with no “Home” menu item it. You can then assign this menu as your one page navigation menu which will be exclusively for the homepage only. To know more about the one page navigation feature, you can check it here: https://theme.co/apex/forum/t/features-how-to-setup-one-page-navigation/96/1

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.