2024-05-20, 02:12 AM
(2024-05-20, 12:35 AM)Topomov Wrote: You should be able to add the following to your custom CSS in order to hide the rating from your media page.That CSS code will only hide the star rating, it will leave the tomato rating on the OSD.
Code:.starRatingContainer.mediaInfoItem {
display: none;
}
This is the correct full CSS code that will hide both:
Code:
.starRatingContainer.mediaInfoItem,
.mediaInfoCriticRating.mediaInfoCriticRatingFresh {
display: none;
}