Thursday, December 19, 2013

SharePoint 2010 How to hide the recycle bin and the all site content links

SharePoint 2010 How to hide the recycle bin and the all site content links




1. Edit page
2. Add content editor webpart (CEWebpart)
3. Edit webpart from its dropdown menu
4. Select Editor and select HTML source
5. Past it
--------------------------------------
<style type="text/css">
.s4-recentchanges {
DISPLAY: none
}
.s4-specialNavLinkList {
DISPLAY: none
}</style>
-----------------------------------------------

 n save
6. Select layout 's of CEWebpart and Select Direction as none.
7. click ok.

No comments:

Post a Comment