# Nouvel élément de menu principal ou menu déroulant

**URL:** https://meta.discourse.org/t/new-top-menu-item-or-drop-down/78940
**Category:** Development
**Created:** [Janvier 25, 2018, 4:40 UTC](https://meta.discourse.org/t/new-top-menu-item-or-drop-down/78940 "2018-01-25T04:40:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [Janvier 25, 2018, 5:19 UTC](https://meta.discourse.org/t/new-top-menu-item-or-drop-down/78940/2 "2018-01-25T05:19:42Z")

</div>

I know it doesn’t fulfill your ultimate goal, but this post may at least give you some inspiration. It should add a single link to that menu:

> [@Add button to top menu](https://meta.discourse.org/t/add-button-to-top-menu/78366/11):
>
> This should do it: ( demo: [https://www.mcrides.co.nz](https://www.mcrides.co.nz) I have a “Weather” link ) You’ll need to style it with css. customize-\>theme-\>\</body \<script\> Discourse.ExternalNavItem = Discourse.NavItem.extend({ href : function() { return this.get('href'); }.property('href') }); I18n.translations.en.js.filters.premium = { title: "Premium", help: "Premium account" }; Discourse.NavItem.reopenClass({ buildList : function(category, args) { var list = this.\_super(category,…

---

_[View the full topic](https://meta.discourse.org/t/new-top-menu-item-or-drop-down/78940)._
