Everything SharePoint/Silverlight/WP7

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

CEWP – Hide Quick Launch

Posted by Steve Pietrek on May 12, 2008

Below are steps to hide the Quick Launch 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-navframe {
display:none;
}
</style>

Advertisement

One Response to “CEWP – Hide Quick Launch”

  1. share2010 said

    i did the same this but Under Layout, check the Hidden option is disable . let me know what to do

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.