I've seen this request posted a number of times here but didn't see a code snippet for XF2. I too wanted to remove the avatars (and avatar placeholders) from the thread list inside a forum.
Here's the simple CSS to add to extra.less to make this change. Please note that there will be no "participated" indicator as there is with avatars (and placeholders) showing.
Here's the simple CSS to add to extra.less to make this change. Please note that there will be no "participated" indicator as there is with avatars (and placeholders) showing.
Code:
.structItem-iconContainer {
display: none;
}
.structItem-cell.structItem-cell--icon {
width: 0px;
}