Saturday, May 28, 2016

Hide Open\Edit Button from Search Hover Panel

Open the Search Result Page in Edit Mode, Add Script Editor Web part and Paste the below script.

<style type="text/css">
div.ms-srch-hover-action > a[clicktype='ActionEdit'] {
   display:none;
}
</style>

No comments:

Post a Comment