# Customize user card

**URL:** https://meta.discourse.org/t/customize-user-card/168394
**Category:** Feature
**Created:** [October 27, 2020, 2:54pm UTC](https://meta.discourse.org/t/customize-user-card/168394 "2020-10-27T14:54:52Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![sbernhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sbernhard/32/208186_2.png) [@sbernhard](https://meta.discourse.org/u/sbernhard)
#### Post date: [October 27, 2020, 2:54pm UTC](https://meta.discourse.org/t/customize-user-card/168394/1 "2020-10-27T14:54:52Z")

</div>

Is it somehow possible to customize the information / fields on a user card?

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [October 28, 2020, 6:01pm UTC](https://meta.discourse.org/t/customize-user-card/168394/2 "2020-10-28T18:01:36Z")

</div>

To add a custom field, from your site’s admin panel you can setup a user field: `customize > user fields`

This will create a field for a user to fill out in their preferences, and it can optionally be shown on the user card.

 ![Screen Shot 2020-10-28 at 1.54.19 PM](https://global.discourse-cdn.com/meta/original/3X/b/9/b92673d2fc786eb7ada012330b6e7b0e3172cd3e.png)

If you’re looking to hide information on the user card, the easiest way is by adding custom CSS to your site’s theme.

---

<div class="post-metadata">

### Author: ![sbernhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sbernhard/32/208186_2.png) [@sbernhard](https://meta.discourse.org/u/sbernhard)
#### Post date: [October 29, 2020, 8:36pm UTC](https://meta.discourse.org/t/customize-user-card/168394/3 "2020-10-29T20:36:16Z")

</div>

Thank you very much.

Another, similar question: is there a way to hide the user statistics at the user profile page?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [October 31, 2020, 10:22pm UTC](https://meta.discourse.org/t/customize-user-card/168394/4 "2020-10-31T22:22:59Z")

</div>

Yes, any element you see on the screen can be targetted and hidden via CSS rules in Admin, Customize.

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [October 10, 2025, 6:01pm UTC](https://meta.discourse.org/t/customize-user-card/168394/5 "2025-10-10T18:01:54Z")

</div>

> [@awesomerobot](#):
>
> For more advanced customization you could override the user-card contents template, which [looks like this by default](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/templates/components/user-card-contents.hbs).

The link there is now a 404… is this where we’d be looking today?:  
`app/assets/javascripts/discourse/app/components/user-card-contents.gjs`

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [October 10, 2025, 7:10pm UTC](https://meta.discourse.org/t/customize-user-card/168394/6 "2025-10-10T19:10:33Z")

</div>

Yes that’s accurate! that old reply about advanced customization isn’t really relevant anymore… so I’m going to remove that part. We no longer support template overrides, so you’ll want to rely on outlets or transformers as mentioned in [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developing-discourse-themes-theme-components/93648)

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [October 10, 2025, 7:47pm UTC](https://meta.discourse.org/t/customize-user-card/168394/7 "2025-10-10T19:47:02Z")

</div>

Thank you! Was just dipping a toe – glad to avoid any wrong turns.
