How to Remove the Description from Plone Pages
This procedure removes the description metadata from the style sheet so it will no longer be displayed when the item is viewed. Descriptions will still be displayed in the search results and by hovering the mouse over the item.

- Login as admin
- Click on site setup
- Click on Zope Management Interface
- Click on portal_skins (Controls skin behaviour (search order etc))
- Click on plone_content
- Click on document_view (View Document)
- Click on the Customize button
- Scroll down, look for, select and delete these five lines:
<p class="documentDescription"
tal:content="here/Description"
tal:condition="here/Description">
Description
</p> - Click on the Save Changes button
- Click on the first / in the path at the top of page
- Click on the View tab
How to Put the Descriptions back
- Login as admin
- Click on site setup
- Click on Zope Management Interface
- Click on portal_skins (Controls skin behaviour (search order etc))
- Click on Custom
- Click in the checkbox next to document_view
- Click the Delete button
- Click on the first / in the path at the top of the page
- Click on the View tab
