2024-09-03, 12:43 PM
(2024-09-03, 10:08 AM)j0rdan Wrote: Can I make it so it instead shows total number of films in the collection, or remove the badge entirly?
can't do anything about the value in the count indicator with css, but to hide it for collections add this to your CSS box under Dashboard > General:
Code:
/* Hide Watched Counter on Collections */
[data-type="BoxSet"] .countIndicator { display: none; }