2024-07-17, 09:34 PM
(This post was last modified: 2024-07-17, 09:34 PM by Efficient_Good_5784.)
To hide the count indicators, paste the following into your server's Custom CSS:
If you also want to hide the "played checkmark" indicators, use this CSS:
Code:
.countIndicator {display: none;}
If you also want to hide the "played checkmark" indicators, use this CSS:
Code:
.playedIndicator {display: none;}