I was wondering why the navigation menu in team sites looks different on different pages/sub-sites.
To give you an example:
How it should look site-wide: It seems that this menu is only appearing on https://*.*******.*/_layouts/15/settings.aspx
How the main page appears:
Is there any way I could fix this so that the menu in the first image is displayed site-wide? The menu in the first image is only view-able in some sub-sites but not the main page for example.
Also is it possible to remove the 'National Statistics Office' (site name) from the navigation bar?
Code in seattle masterpage (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>