Everything SharePoint/Silverlight/WP7

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

Archive for August 11th, 2009

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>

Posted in SPUI | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.