Hi,
is possible to remove the stars and the heart icon on the following box:
Thank you
Hi,
is possible to remove the stars and the heart icon on the following box:
Thank you
Hello,
In your appearance >> customize >> custom css and js >> custom css box, please copy paste:
.article .hover-article .icons .icon-remove-favourite {
display: none;
}
Thank you
Hi thank you, the heart seems to have gone but the stars are still there?
Hello,
You need to add following CSS as well under the one you added.
.article .hover-article .star-rating {
display: none;
}
Thx
Perfect thank you Sanjeev