Home

Hide Recently Modified Panel in SharePoint 2010

The recently modified panel is annoying. Here's how you hide it.

By default, as you edit pages in SharePoint 2010, the Recently Modified panel appears above your local navigation. To hide it, add this code either to your site collection's alternative CSS or place it in a content editor web part.

.s4-recentchanges {
display: none;
}

Let's Connect

Keep Reading

Add Custom CSS to SharePoint 2010 without Master Page

Here's how you can add custom styles to a specific site collection in SharePoint 2010.

Dec 02, 2012

Edit Files Efficiently in SharePoint

Eliminate the need to duplicate files across site collections.

Dec 01, 2012

Add Custom JavaScript and Stylesheets from SharePoint Master Page

You can add JavaScript and CSS files to your master page if you want to overwrite some default styles or add some functionality via a new script.

Aug 06, 2013