Is there a way to remove avatars from the main all category view? I want them to show on posts but not in category view.
Yes, just filter the column in CSS.
Okay… How? Because I am noob elite haha
Try adding this to a custom style sheet:
.topic-list .posters {
display: none;
}
2 Likes
That worked, thank you so much.