Remove stars on rollover boxes _

Hi,

is possible to remove the stars and the heart icon on the following box:
image
Thank you :slight_smile:

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?
image

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 :slight_smile: