Sunday, 28 June 2015

sharepoint remove site content from left navigation

Site settings->Tree view --> Uncheck Enable tree view
and add below code in Html and upload to Sharepoint.
<style>
.ms-core-navigation { DISPLAY: none }
#contentBox { margin-left: 0px }
</style>
Now go to page where you want to hide quick launch bar.
Add content editor webpart
provide uploaded .html path.
save.
view raw gistfile1.txt hosted with ❤ by GitHub