Monday, June 20, 2011

Hide recycle bin and content links from Left Nav in Shp 2010

In order to hide the recyle bin and view all site content links from the left nav in sharepoint 2010 follow the below procedure. You need to retain the left nav and all other links.

Find the master page v4.master or your custom master page and find head, above head add the following code:

STYLE
.s4-specialNavLinkList
{
display:none !important;
}
/STYLE

The two links will be hidden

2 comments:

  1. Hi Swati

    Can we also hide the /Pages/ folder that get created on Sharepoint?

    ReplyDelete
  2. Yes, From Navigation in Site settings, just uncheck show pages and the pages folder will not be visible.

    ReplyDelete