Forum Discussion
RedK1
Feb 26, 2018Copper Contributor
SharePoint Online hide "site contents" and "site usage" page (modern sites)
I have a scenario with external users.
I created a custom permission level for these users. The custom permission level is a copy of the default "Read" permission level, but I unchecked the "Vi...
Mohamed_Gameel
Sep 29, 2020Copper Contributor
You can use the following css at content editor web part
<style>
#SuiteMenu_zz5_MenuItem_ViewAllSiteContents {
display: none;
}
</style>
Note the ID for ViewAllSiteContents item in menu is changed from environment to another so you can get it from browser inspect element