Skip to main content

Show only the stars on reviews without the count

HOT product but maybe not enough reviews yet?

If you would like to show the stars indicating the rating without showing the number of ratings (use case: strong ratings but just not a ton of them yet), then just add this to the custom CSS box on this page: https://www.monto.io/reviews/customize
​

monto-reviews-count {
display: none !important;
}
Did this answer your question?