Everything SharePoint/Silverlight/WP7

My continuous learning of SharePoint, Silverlight, WP7 Development, Office, VSTO, C#…

CEWP – Hide View All Site Content in Quick Launch

Posted by Steve Pietrek on August 11, 2009

Below are steps to hide the View All Site Content link in the Quick Launch Bar in a Content Editor Web Part (CEWP).

  1. Edit the page.
  2. Add CEWP to a Web Part Zone.
  3. Select Edit – Modify Shared Web Part
  4. Under Appearance, change title to Hide Quick Launch.
  5. Under Layout, check the Hidden option.
  6. Click the Source Editor button and add the following markup.

<style>
.ms-quicklaunchheader {
display:none;
}
</style>

Advertisement

Sorry, the comment form is closed at this time.

 
Follow

Get every new post delivered to your Inbox.