Hide Recent Changes and Quick Launch section in Wiki Page SharePoint

To Hide the Recent Changes Section in Wiki Pages just add the following style in a content a content editor web part


<style>
 .s4-recentchanges
 {
display:none;
 }
 </style>


To Hide Quick Launch for any specific page just add the below style.


<style>

#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
 </style>

Comments

Popular posts from this blog

Session Storage Methods with Expiry

Install Node.js without admin rights

Create a lean React Solution using Typescript