Okay
  Public Ticket #228461
'Home' Item in Navigation Menu
Closed

Comments

  • Abdul Latheef started the conversation

    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.

  •  8,448
    Tahir replied

    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: 

    body header#top nav > ul > li#menu-item-2473 {
        display: none;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Abdul Latheef replied

    This works, but it completely disrupts the header width. The header width becomes exorbitantly large... :(

  •  8,448
    Tahir replied

    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 

  • Abdul Latheef replied

    Issue is unresolved....