- Logininto Site Management Tools for your web-store
- Switch to “Edit” mode
- Add “CMS HTML” content to “All Pages” area type
- Add the following JavaScript code to the “HTML Code” field:
<script>
$(“.itemssearcher-input”).on(“keydown keyup”, function(){
hideSearchRatings(1);
});
function hideSearchRatings(count){
if(count != 0){
setTimeout(function(){
$(“.global-views-star-rating”).hide(); count+=1;
count !== 10 ? hideSearchRatings(count) : count = 0;
}, 200);
}
}
</script> - Save the HTML content and Publish changes
- Click on Publish