Hide Follow 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[id*='_hoverFollow'] {
display:none;
}
</style>
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[id*='_hoverFollow'] {
display:none;
}
</style>
No comments:
Post a Comment