# 圣诞帽子！

**URL:** https://meta.discourse.org/t/christmas-hats/51846
**Category:** General
**Created:** [2016年十月21日 10:05 UTC](https://meta.discourse.org/t/christmas-hats/51846 "2016-10-21T10:05:21Z")
**Posts on this page:** 1
**Showing post:** 7

<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: [2016年十月21日 13:11 UTC](https://meta.discourse.org/t/christmas-hats/51846/7 "2016-10-21T13:11:40Z")

</div>

@precessor

Here you go (shout out to sama74 from SP who helped get this going)

1. Upload [this image](https://sandbox.cpradio.org/uploads/default/optimized/1X/bc7a8948b080c0ccb41a2aa8d20915e0aba5c8d2_1_446x500.png) to your Staff \> Assets topic
2. Go to Admin \> Customize \> CSS

```plaintext
#current-user div {
  position: relative;
}
#current-user div::after {
  position: absolute;
  content: '';
  display: block;
  top:-16px;
  left: -8px;
  width: 45px;
  height: 45px;
  /* UPDATE THE URL BELOW */
  background: url(url_of_christmas_hat_asset) no-repeat center;
  background-size: contain;
}

```

Last but not least, make sure the customization is saved and enabled.

 ![](https://global.discourse-cdn.com/meta/original/3X/2/1/21c284c73645b5a0d089d7f9644cbadd1bfff299.jpg)

---

_[View the full topic](https://meta.discourse.org/t/christmas-hats/51846)._
