Hi everyone!
We're building a cummunity for a client and we need to hide the Homepage menu label from the navigation menu
From my knowledge it's not possible to hide the Home page button/label from the menu by standard methods.
I'm currently using the Cypress Template.
I've found a CSS override: .navigationMenuNode:first-child { display: none; visibility: hidden; }
However, this css hides the Homepage button AND every first menu voice from the sub-menu so it's not a proper solution
Does anyone know how another way to hide the button?
Thanks
@* Experience Cloud * @* Experience Cloud - Best Practices *
Thank you for your answer!
However,
.comm-page-home li.tabs__item.uiTabOverflowMenuItem {
display:none;
}
Doesn't seem to work. The Home page label it's still there