This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |