Monday, August 29, 2011

SharePoint 2010 - Hide recently modified section on wiki pages

Want to hide that pesky recently modified section? Well, you can!
All you have to do is add a content editor web part to your page and then drop in the following code.
<style type="text/css">
.s4-recentchanges {
DISPLAY: none
}
</style>

Check out my other post on hiding the quick launch.

No comments:

Post a Comment