# 요청: 토픽 목록에서 아바타 제거 및 사용자 이름으로 변경 옵션

**URL:** https://meta.discourse.org/t/requesting-options-to-remove-avatars-on-topic-list-and-change-for-usernames-instead/393930
**Category:** Feature
**Created:** [1월 20, 2026, 9:03오후 UTC](https://meta.discourse.org/t/requesting-options-to-remove-avatars-on-topic-list-and-change-for-usernames-instead/393930 "2026-01-20T21:03:08Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [1월 21, 2026, 12:32오전 UTC](https://meta.discourse.org/t/requesting-options-to-remove-avatars-on-topic-list-and-change-for-usernames-instead/393930/2 "2026-01-21T00:32:39Z")

</div>

안녕하세요, 다음을 시도해 보세요:

```scss
// Desktop
.topic-list td.topic-list-data.posters {
  display: none !important;
}

// Mobile
.pull-left {
  display: none !important;
}

.topic-list .right {
  margin-left: 0 !important;
}

```

이 코드는 데스크톱과 모바일에서 토픽 목록의 아바타를 제거합니다.

---

_[View the full topic](https://meta.discourse.org/t/requesting-options-to-remove-avatars-on-topic-list-and-change-for-usernames-instead/393930)._
