我想知道为什么团队网站中的导航菜单在不同的页面/子网站上看起来不同。
给你举个例子:
它应该如何在站点范围内显示:这个菜单似乎只出现在 https:// *.*******.* /_layouts/15/settings.aspx
主页面的显示方式:
有什么办法可以解决这个问题,以便在第一张图片中的菜单在站点范围内显示?第一张图片中的菜单只能在某些子站点中查看,但不能在主页中查看。
也可以从导航栏中删除“国家统计局”(网站名称)吗?
西雅图母版页 (html) 中的代码
<style type="text/css">
.ms-core-listMenu-horizontalBox li.static > a{
display: none !important;
}
.ms-core-listMenu-horizontalBox li.static > ul a{
display: block !important;
}
.menu-item-text
{
display: none;
}
.additional-background ms-navedit-flyoutArrow
{
display: none;
}
</style>