Skip to main content
Nicolò Carafa (Gunpowder) 님이 * Experience Cloud *에 글을 올렸습니다

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 * 

댓글 2개
  1. 2020년 7월 14일 오후 2:51

    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

0/9000