Cdelphi78,
<script>
$(function () {
$(".product-statistic-soc__item").each(function () {
$(this).attr('href') === '/product.php?pid=32' && $(this).css({ "display": "none" });
})
});
</script>
<p class="icon_list_soc"><a class="product-statistic-soc__item" href="/product.php?pid=32"><i class="icon-p-ok active"></i>222</a><a class="product-statistic-soc__item" href="/product.php?pid=72"><i class="icon-p-ok active"></i>123</a></p>