2024-06-04, 04:08 PM
You can hide all ratings by using this CSS code:
Note that this will hide the ratings from everywhere they appear in the server. As in, they will also disappear from the movie/show descriptions.
Code:
.starRatingContainer.mediaInfoItem,
.mediaInfoCriticRating.mediaInfoCriticRatingFresh,
.mediaInfoCriticRating.mediaInfoCriticRatingRotten {
display: none;
}
Note that this will hide the ratings from everywhere they appear in the server. As in, they will also disappear from the movie/show descriptions.