I refer to the tick box for compare a product and two buttons that when clicked, take you to the home page.
This is a work around I'm using that seems to work without loss of search function.
Go to _master/Snippets/SearchResultSectionProduct.html and locate the following -
Code: Select all
<div class="CompareButtonContainer" style="visibility: hidden;">
%%GLOBAL_CompareButton%%
</div>
Code: Select all
<!--
<div class="CompareButtonContainer" style="visibility: hidden;">
%%GLOBAL_CompareButton%%
</div>
-->
Code: Select all
<div class="ProductCompareButton" style="display:%%GLOBAL_HideCompareItems%%;visibility:hidden;">
:
:
</div>