I’ve removed everything else, but product list displays heart still. Do you have a CSS code to remove this as well?
URL: https://staging.ertcu.com/product-category/experiences/soft-adventures/
Thanks!
I’ve removed everything else, but product list displays heart still. Do you have a CSS code to remove this as well?
URL: https://staging.ertcu.com/product-category/experiences/soft-adventures/
Hi, here it is:
.list-view .article .info-footer {
display: none;
}
Works perfectly, thanks!