this post was submitted on 25 Feb 2026
21 points (100.0% liked)

Newcomers

1844 readers
1 users here now

For people new to the Threadiverse

https://fedecan.ca/en/guide/get-started

founded 5 months ago
MODERATORS
 

A lot of people talk up PieFed, and I think I found a community I like (RetroFed, they're based around retro gaming, but they're also new, so I'm not really trying to push them per se) so I signed up with them... so, aside from looking a little different, what's really different here?

Not really looking for a "PieFed vs Lemmy" debate kind of thing, more of a "hey check this out" vibe.

you are viewing a single comment's thread
view the rest of the comments
[–] wjs018@piefed.wjs018.xyz 3 points 3 weeks ago

PieFed allows you to customize some display things using custom css in your user profile. This post has some css snippets that might be of interest. Notably, this snippet seems to be what what you want:

.score {  
  display: none !important;  
}