Jellyfin Forum
How to disable "watched" checkmarks on posters? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: How to disable "watched" checkmarks on posters? (/t-how-to-disable-watched-checkmarks-on-posters)



How to disable "watched" checkmarks on posters? - burner1 - 2023-07-29

Hi, I would like to turn off the automatic adding of a "watched" checkmark on a movie after I've watched it. It's not that important, I just think it would look cleaner. Upside-down-face


RE: How to disable "watched" checkmarks on posters? - jimmyjammy - 2023-07-29

Use Custom CSS under Dashboard / General. I use this, which displays no watched checkmarks but also no unwatched indicators:
.cardIndicators { display: none; }
.countIndicator {background: #00000058;}
Cheers