# Avatar Flair (not Badges) for Groups

**URL:** https://meta.discourse.org/t/avatar-flair-not-badges-for-groups/48576
**Category:** Feature
**Created:** [12. August 2016 um 21:14 UTC](https://meta.discourse.org/t/avatar-flair-not-badges-for-groups/48576 "2016-08-12T21:14:06Z")
**Posts on this page:** 1
**Showing post:** 68

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [24. Oktober 2017 um 10:12 UTC](https://meta.discourse.org/t/avatar-flair-not-badges-for-groups/48576/68 "2017-10-24T10:12:32Z")

</div>

> [@PetrieTheWild](#):
>
> I noticed that if somebody is a member of more than one group with flairs, it assigns the last flair that was changed. Are there plans to build a priority system of some sort, so that one will display over another, based on its priority, if somebody has multiple?

For reference it happens if you set more than a primary groups. At the moment the user is always moved to the last group he entered:

> [@Add option to set primary group if no current primary group](https://meta.discourse.org/t/add-option-to-set-primary-group-if-no-current-primary-group/72050):
>
> It would be nice to have an extra check box in the group options to set a group as a users’ primary group if and only if they do not already have one. [image] Currently, users are primarily grouped in whatever group they join last with the automatic setting applied. While this is great for groups like staff or site leaders, there are are lesser groups that it would be handy to set as a user’s primary group if and only if they don’t already have one set. This would also make it much easier to d…

As an admin you can change it manually in the `/admin/users` window

> [@PetrieTheWild](#):
>
> by default our flairs sit far off to the side

Are you using a particular theme or your customizations are self-made?  
BTW adding a new line of CSS should works.

This is the original code, change the value `-6` and set one that suits your customizations

```
.topic-avatar .avatar-flair {
    right: -6px;
}

```

---

_[View the full topic](https://meta.discourse.org/t/avatar-flair-not-badges-for-groups/48576)._
