문제

방금 사이트 모음을 만들었고, 이후에 게시 사이트 모음 기능을 활성화하여 멋진 탐색 옵션을 가질 수 있습니다.그러나 나는 사이트 모음의 루트 웹에 대한 링크가 상단 링크 표시 줄에 나타나지 만 탐색 페이지에 나타나지 않는다는 링크가 나타나는 링크가 나타나지 않는다는 것을 알아 차리지 않았습니다.이 링크를 제거하거나 i가 붙어있는 방법이 있습니까?

screenshot1 screenshot2

도움이 되었습니까?

해결책

I used the following CSS code to hide it:

.ms-breadcrumb-top ul.ms-core-listMenu-root>li.static>a.static.menu-item{
  display:none;
}

You can add the above to the alternate CSS file for the site collection.

Hope this can help.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top