# Temporary avatar/titles

**URL:** https://meta.discourse.org/t/temporary-avatar-titles/40944
**Category:** Development
**Created:** [March 12, 2016, 5:44pm UTC](https://meta.discourse.org/t/temporary-avatar-titles/40944 "2016-03-12T17:44:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [March 12, 2016, 6:03pm UTC](https://meta.discourse.org/t/temporary-avatar-titles/40944/2 "2016-03-12T18:03:59Z")

</div>

I think you can do this with CSS

```plaintext
.main-avatar[href*=awole20] img
{
  content: url('https://global.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_1.png')
}

```

Seems to work here when using Dev tools.

 ![](https://global.discourse-cdn.com/meta/original/3X/b/6/b65c0221a62c645150335c82cf53c4c8b17de981.png)

---

_[View the full topic](https://meta.discourse.org/t/temporary-avatar-titles/40944)._
