For one of our customers, we've created a custom CSS named CoreOverrides.css in SharePoint 2010. In this CSS we inserted a display:none element as follows:
/* Hide All Site Content and Recycle Bin */
.s4-specialNavLinkList
{
display:none !important;
}
How to apply the custom CSS in SharePoint 2010
To apply the custom CSS:
1. Go to Site Actions | Site Settings
2. Click on Master Page (in Look and Feel)
3. Specify a custom CSS file in Alternate CSS URL as shown below
4. Click OK
The directions were straight forward and easy to follow - thank you.
ReplyDeleteVery simple and straight to the point. Thank you so much.
ReplyDelete