- Open and Edit SharePoint Page.
- Add Script Editor or Content Editor Web part into anywhere in your page, and add the below code
<style> //removes the Quick Launch .ms-core-navigation { DISPLAY: none } //Move all content of the page to left #contentBox { margin-left: 0px } </style>
- Save the Page. The Quick Launch section should not be visible now.