Thursday, February 8, 2018

Hide "See Also" panel in Display Forms - SharePoint 2013

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:


<style>

.ms-recommendations-panel{

       display:none !important;

}

</style>

No comments:

Post a Comment