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
Hi Swati
ReplyDeleteCan we also hide the /Pages/ folder that get created on Sharepoint?
Yes, From Navigation in Site settings, just uncheck show pages and the pages folder will not be visible.
ReplyDelete