# Temporary Same Avatar for all Users?

**URL:** https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077
**Category:** Feature
**Created:** [July 11, 2016, 9:20am UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077 "2016-07-11T09:20:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Imperator](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/imperator/32/45089_2.png) [@Imperator](https://meta.discourse.org/u/Imperator)
#### Post date: [July 11, 2016, 9:20am UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077/1 "2016-07-11T09:20:03Z")

</div>

Hey Guys,

a question is it possible that alle user have the same Avatar?  
only Temporary for a Event maybe over the CSS/HTML Settings?

regards,  
Imperator

---

<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: [July 11, 2016, 9:55am UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077/2 "2016-07-11T09:55:50Z")

</div>

I’m not sure, but I think you can disable all avatars and gravatars from your admin settings (search `avatar`). After that everyone should have the user icon ![](https://global.discourse-cdn.com/meta/original/3X/4/2/423da56bf04574cb70bd3f257b0868dbf6dd2bf5.png)

Probably this is the easy way to do what you want (but wait for others reply, I’m on a live forum and I can’t test those changes!)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [July 11, 2016, 10:08am UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077/3 "2016-07-11T10:08:46Z")

</div>

> [@Imperator](#):
>
> a question is it possible that alle user have the same Avatar?only Temporary for a Event maybe over the CSS/HTML Settings?

Yes, CSS is the way to go if you want to override all user avatars.

```css
img.avatars {
  content: url(https://global.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/120/47362_1.png);
}

```

> [@Trash](#):
>
> I’m not sure, but I think you can disable all avatars and gravatars from your admin settings (search avatar). After that everyone should have the user icon

No, that’s not possible. You can only disable uploaded avatars via the site settings.

---

<div class="post-metadata">

### Author: ![TechnoBear](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/technobear/32/40546_2.png) [@TechnoBear](https://meta.discourse.org/u/TechnoBear)
#### Post date: [July 11, 2016, 12:34pm UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077/4 "2016-07-11T12:34:06Z")

</div>

> [@zogstrip](#):
>
> Yes, CSS is the way to go if you want to override all user avatars.

I can confirm it works, too. SitePoint changed all user avatars to clowns (which rotated on mouseover) for April Fools.

(It was surprisingly disconcerting, and more difficult to keep track of who was who than we might have imagined.)

---

<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: [July 11, 2016, 7:05pm UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077/5 "2016-07-11T19:05:43Z")

</div>

Sure what could be disconcerting about that?

 ![](https://global.discourse-cdn.com/meta/original/3X/d/8/d8603ae15a1ba3e369d303af1ee1a69e372d1116.jpeg)

---

<div class="post-metadata">

### Author: ![soraiden](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/soraiden/32/547061_2.png) [@soraiden](https://meta.discourse.org/u/soraiden)
#### Post date: [April 1, 2020, 6:21pm UTC](https://meta.discourse.org/t/temporary-same-avatar-for-all-users/47077/6 "2020-04-01T18:21:22Z")

</div>

> [@zogstrip](#):
>
> > [@](#):
> >
> > a question is it possible that alle user have the same Avatar?only Temporary for a Event maybe over the CSS/HTML Settings?
> 
> Yes, CSS is the way to go if you want to override all user avatars.
> 
> ```plaintext
> img.avatars {
> content: url(https://global.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/120/47362_1.png);
> }
> 
> ```

I realize it’s been awhile. Is this still the best option to override avatars?
