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>
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>
how to hide the other links ?
ReplyDelete