Hi Folks,
In this post we are going to write a script which will hide Recently Modified Items from the Quick launch of sharepoint site.
Below is how we are going to acheive.
Add a HTML Form Web Part to any section of the page(preferably master page) and then add the below style.
<style>
.s4-recentchanges
{
display:none;
}
</style>
Below is the output without Recently Modified Items
Hope this helps...
In this post we are going to write a script which will hide Recently Modified Items from the Quick launch of sharepoint site.
Below is how we are going to acheive.
Add a HTML Form Web Part to any section of the page(preferably master page) and then add the below style.
<style>
.s4-recentchanges
{
display:none;
}
</style>
Below is the output without Recently Modified Items
Hope this helps...