# How to customize the user dropdown menu?

**URL:** https://meta.discourse.org/t/how-to-customize-the-user-dropdown-menu/58257
**Category:** Development
**Created:** [3월 2, 2017, 9:48오후 UTC](https://meta.discourse.org/t/how-to-customize-the-user-dropdown-menu/58257 "2017-03-02T21:48:50Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [3월 3, 2017, 9:04오전 UTC](https://meta.discourse.org/t/how-to-customize-the-user-dropdown-menu/58257/2 "2017-03-03T09:04:45Z")

</div>

Create a new CSS/HTML customization, and put this in “`</head>`”

```html
<script type="text/discourse-plugin" version="0.4">
    api.addUserMenuGlyph({
        label: 'awesome.label',
        className: 'my-class',
        icon: 'your-icon',
        href: `/some/path`
});
</script>

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-customize-the-user-dropdown-menu/58257)._
