Share via


SharePoint 2016: Hide O365 Navigation

In this article we'll quickly go over hiding the O365 navigation menu in the top left of your SharePoint sites.

Using a content editor on the page or by editing the master page enter the code below

#O365_MainLink_NavMenu{
 
display: none;
 
};

This will hide the navigation area from your users: