Hi there, try this:
// Desktop
.topic-list td.topic-list-data.posters {
display: none !important;
}
// Mobile
.pull-left {
display: none !important;
}
.topic-list .right {
margin-left: 0 !important;
}
This removes the avatars in the topic list on desktop and mobile.