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).
- Edit the page.
- Add CEWP to a Web Part Zone.
- Select Edit – Modify Shared Web Part
- Under Appearance, change title to Hide Quick Launch.
- Under Layout, check the Hidden option.
- Click the Source Editor button and add the following markup.
<style>
.ms-navframe {
display:none;
}
</style>
Advertisement


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