Saturday, May 28, 2016

Hide View Library Button from Search Hover Panel

Hide View Library 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='ActionViewLibrary'] {
   display:none;
}
</stylet>

1 comment: