I need a little help with avatars remove
Moved
Solved
NodeBB Development
-
I use persona theme and I want it make clean without avatars.
But the problem is when I use
.topic .posts .icon .user-icon, .topic .posts .icon img { display: none; }
My nodeBB looks like this.
And I want it to look like this.
What can I do in CSS to make it like this?
-
@pichalite said in I need a little help with avatars remove:
@mj try this instead
.topic .posts .icon { display: none; } .topic .content { margin-top: 0; margin-left: 0; }
Thank you, it works
Copyright © 2024 NodeBB | Contributors