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
To Hide Quick Launch for any specific page just add the below style.
<style>
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
<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
Post a Comment