WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

641

On R and Saidit.net, the subscriber count and the word “subscribers” are separately wrapped in their own dedicated class.

Using :before or :after in their custom CSS, subverse owners can substitute the word subscribers with a custom label.

On , I would like to turn the word “subscribers” into “peacemakers”.

On R[eddit](#spoiler) and Saidit.net, the subscriber count and the word *“subscribers”* are separately wrapped in their own dedicated class. Using `:before` or `:after` in their custom CSS, subverse owners can substitute the word *subscribers* with a custom label. On /s/ModAbuse, I would like to turn the word *“subscribers”* into *“peacemakers”*.

(post is archived)

[–] [Sticky] 1 pt

Updated:

paste the following code in your Sub's Stylesheet and rename Bug Tracker to what you want.

.subs span.subsname { display: none; }

.subs span.subsnewname:after { content: 'Bug Tracker'; }

(You don't need to add a 's' at the end of the name, I modified the code so it's automatically handled by Poal)

[–] 2 pts

You care so much about your users!

Thanks!