How to hide edit links from the SharePoint navigation








1.Open content editor web part and add this below CSS code


<style>
 .ms-displayInlineBlock
 {
 display:none;
 }
 </style>



Save it and it should work now.

Comments

Popular posts from this blog

How to Customize exported excel's cell background color in Datatables

Clear DataTable on button click

Get more than 5000 list items in SharePoint using Deferred Promises jQuery