Hide Recently Modified from left nav
<style type="text/css">
.s4-recentchanges
{
display:none;
}
</style>
The code above, added through the html view of a content editor webpart will remove the "recently modified" list from the left nav of a sharepoint 2010 site.
.s4-recentchanges
{
display:none;
}
</style>
The code above, added through the html view of a content editor webpart will remove the "recently modified" list from the left nav of a sharepoint 2010 site.
Comments
Post a Comment