# Customize User Cards

**URL:** https://meta.discourse.org/t/customize-user-cards/239819
**Category:** Site Management
**Tags:** how-to, customization
**Created:** [September 23, 2022, 1:26am UTC](https://meta.discourse.org/t/customize-user-cards/239819 "2022-09-23T01:26:09Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![SaraDev](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saradev/32/335139_2.png) [@SaraDev](https://meta.discourse.org/u/SaraDev)
#### Post date: [March 4, 2025, 8:36pm UTC](https://meta.discourse.org/t/customize-user-cards/239819/8 "2025-03-04T20:36:48Z")

</div>

> [@Turtle](#):
>
> change the username color on the card though

For this type of customization, you would want to use the following CSS:

```css
.name-username-wrapper {
   color: #f47dff;
}

```

This would customize the color of the `username` element on the user cards of all users on a site.

Ex:

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/0/c/c0ccb28cad2af726f9e1dd7e0b2225c7743b16e0.png)

Also, to help with finding the specific CSS selectors to use for customizations like this on your site, you can follow: [Finding the right CSS selectors](https://meta.discourse.org/t/making-custom-css-changes-on-your-site/168101#p-836623-finding-the-right-css-selectors-4)

---

_[View the full topic](https://meta.discourse.org/t/customize-user-cards/239819)._
