Quick CSS Tip: Remove Recycle Bin Link from QuickLaunch Menu

Tuesday, May 29, 2007, 17:00
This news item was posted in UI, User Interface and Navigation category and has 0 Comments so far.

A client wanted to remove the Recylce Bin menu item from the Quick Launch Menu. This can be easily achieved using CSS customization for MOSS 2007.  Just thought I’d share it with everyone the following CSS code will hide the Recycle Bin from the QuickLaunch menu.

div.ms-quicklaunch table.ms-recyclebin {
display: none;
}

You can do this with other menu items using a content web editor web part.  Check out the related posts on how to customize the QuickLaunch menu.   What is another definite bookmark worthy link is Heather Solomon’s CSS Reference chart.

Related Posts:

  • How To Customize QuickLaunchMenu
  • The ever popular quick launch menu has some great functionality that SharePoint 2007 offers since it uses AspMenu Members (Microsoft.SharePoint.WebControls). This how to guide
  • Quick Link Right-click a .WSP to Add Solution
  • Harbar has done it once again, after releasing Application Pool Recycle Utility, he has created a quick registry hack to simplify installation of Solutions.
  • SharePoint Inspector v1.0
  • From the website:SharePoint Inspector is a free tool to browse your SharePoint 2007 farm. When I talk about SharePoint 2007, I mean Windows SharePoint Services v3
  • SharePoint Links 09.27.07
  • Some important SharePoint posts making the rounds in the last few days: Joel shares his thoughts on the 2 Stage Recycle Bin and recovery and some
  • Download Custom Feature: Link to WSS Central Admin from SharePoint Site Actions Menu
  • Tony at Sharepoint Solutions blog has put together a custom feature at the request of SharePoint MVP Shane Young. Links are available after the fold. Download from
    Both comments and pings are currently closed.

    Comments are closed for this Article !