You can use custom css to remove that menu item via its id on the home page only .See Screenshot for reference and use below css and change the menu item id as it will be different on your install:
body header#top nav > ul > li#menu-item-2473 {
display: none;
}
I tested this on live browser and it didnt do anything as such to the width of the header. I am afraid unless we see the site on a live url we cant offer much help.
I wish to have the 'Home' item in the navigation menu NOT displayed ONLY in the homepage, and displayed on all other pages.
How do I got about doing this?
Thanks.
Hey Again!
You can use custom css to remove that menu item via its id on the home page only .See Screenshot for reference and use below css and change the menu item id as it will be different on your install:
Thanks
ThemeNectar Support Team
This works, but it completely disrupts the header width. The header width becomes exorbitantly large... :(
Hey Again!
I tested this on live browser and it didnt do anything as such to the width of the header. I am afraid unless we see the site on a live url we cant offer much help.
Thanks
ThemeNectar Support Team
Issue is unresolved....