# Add button to top navigation bar

**URL:** https://meta.discourse.org/t/add-button-to-top-navigation-bar/49552
**Category:** Development
**Created:** [2016年九月1日 11:59 UTC](https://meta.discourse.org/t/add-button-to-top-navigation-bar/49552 "2016-09-01T11:59:44Z")
**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: [2016年九月1日 12:25 UTC](https://meta.discourse.org/t/add-button-to-top-navigation-bar/49552/2 "2016-09-01T12:25:49Z")

</div>

You could hide the New Topic button via CSS and to add navigation you can do that in the Customize JavaScript sections. See the below post as an example (there are others in that topic too)

> [@Reply reminder - Remind users to reply to new users topics with zero replies](https://meta.discourse.org/t/reply-reminder-remind-users-to-reply-to-new-users-topics-with-zero-replies/42644/2):
>
> Why not just add a navigation page that lists all topics with zero replies? The query exists… adding it to the navigation is trivial… Why does it have to nag me? Adding this to the \</body\> in your Customize, creates an Unanswered navigation tab \<script\> Discourse.ExternalNavItem = Discourse.NavItem.extend({ href : function() { return this.get('href'); }.property('href') }); I18n.translations.en.js.filters.unanswered = { title: "Unanswered", help: "Topics that have not be …

---

_[View the full topic](https://meta.discourse.org/t/add-button-to-top-navigation-bar/49552)._
