How to hide QuickLaunch section of a Sharepoint site
1) On the Home page add a "Content Editor" web part.
2) Click "open the tool pane"
3) Choose "Source Editor
4) Insert the following text:
<style type="text/css">
#webpartpagenavbar { display:none; }
</style>
5) Click the save button
6) To hide the Content Editor web part, expand the Layout section and uncheck the "Visible on page" checkbox.
10:08:28 AM
|