Hiding Top Office365 bar and ribbon for non-admin users of Sharepoint 2013 site:
Its very easy! Just follow these simple steps….
- Open the site’s Master Page in SharePoint Designer
- Find a div with id= “ms-designer-ribbon” – whose content is actually the top ribbon
- Set the property for that div to “display:none” – here we are initially hiding it.
- Next, find the div called “DefaultContentBlock” , find where that div ends, and below that paste this script code ..
<!––>
- Now you can see that the required agenda is working.
- Test by logging in using a site owner[who should be able to see the Top bar] , and an anonymous user/low permission user[who will not be able to see the top bar]
- Thats it !
No comments:
Post a Comment