On the right-hand side of the screen when viewing the display form of a task item, there is a “See Also” section that displays documents which don’t apply to the task. How to hide "See Also"?
Add Content Editor web part in Display form. Insert code:
Add Content Editor web part in Display form. Insert code:
<style> .ms-recommendations-panel{ display:none !important; } </style>
No comments:
Post a Comment