Hide rating in listing single page

Hi! How to hide the rating stars in listing single page without removing it from the listing block? Maybe we need the php snippet instead of css here… because i had tried css customization, .hp-rating {
display: none; and it remove both from listing page and block.

Hi,

Please use this CSS snippet:

.hp-template--listing-view-page .hp-listing__rating {
	display: none;
}

Please note that it can require further customization.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.