Saturday 5 July 2014

SharePoint 2013 Hide Edit Links using Css


You can use the following CSS to Hide Edit Links in your left Nav.
Simply paste the below Css in a Content Editor WebPart on the page.
<style>
.ms-displayInlineBlock{
display: none;
}
</style>
this will hide the “Edit Links” wrapper.