Tuesday, September 24, 2013

Javascript Hide recent changes section sharepoint 2010

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...

No comments:

Post a Comment

Popular Posts