Requesting: Options to remove avatars on topic list and change for Usernames instead

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.

1 like