# Drop Down menu just like envato's forums

**URL:** https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014
**Category:** Marketplace
**Created:** [6월 2, 2018, 8:45오후 UTC](https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014 "2018-06-02T20:45:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Arta\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arta_s/32/537495_2.png) [@Arta\_S](https://meta.discourse.org/u/Arta_S)
#### Post date: [6월 2, 2018, 8:45오후 UTC](https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014/1 "2018-06-02T20:45:05Z")

</div>

What would you like done?  
I want something smooth just like the one [Enavto Forums](https://forums.envato.com/) got.

 ![Screenshot%20at%20Jun%2003%2000-43-03](https://global.discourse-cdn.com/meta/original/3X/e/4/e42708af3f69ef971d45271930b5ea172f9c0d10.jpg)

When do you need it done?  
Soon or later. Flexible…

What is your budget, in $ USD that you can offer for this task?  
Suggest please.

---

<div class="post-metadata">

### Author: ![Arta\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arta_s/32/537495_2.png) [@Arta\_S](https://meta.discourse.org/u/Arta_S)
#### Post date: [6월 2, 2018, 8:54오후 UTC](https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014/3 "2018-06-02T20:54:56Z")

</div>

I believe it is possible, tried this article but since I know nothing about javascript, couldn’t figure it out how to add a drop down to the menu (Text with icon that is linked). If I could manage to add a working menu with dropdown, I would write the css myself.

> [@(Superseded) Add new link on header beside search icon](https://meta.discourse.org/t/add-new-link-on-header-beside-search-icon/48621):
>
> mega This feature is now available as a [dedicated theme component](https://meta.discourse.org/t/iconified-header-links/86307). Want to add a new link right next to search icon on header? Follow below steps: Add this JavaScript code to your site theme Go to Admin Customize Themes Select the theme you wish to customize Edit CSS/HTML \</head\> \<script type="text/discourse-plugin" version="0.4"\> const { iconNode } = require("discourse-common/lib/icon-library"); api.decorateWidget('header-icons:before', helper =\> { return helper.h('li', [ he…

This is what I used to create a single link:

```plaintext
    api.decorateWidget('header-icons:before', helper => {
        return helper.h('li', [
            helper.h('a#iconAndText.icon', {
                href: 'https://www.discourse.org/',
                title: 'Discourse'
            }, [ 
                helper.h('i.fa.fa-home.home-button-icon.d-icon'), 
                helper.h('span', 'Home')
            ])
        ]);
    });

CSS:
    #iconAndText {
        width: initial;
        min-width: 2.2857em;
    }

```

---

<div class="post-metadata">

### Author: ![joebuhlig](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/joebuhlig/32/193054_2.png) [@joebuhlig](https://meta.discourse.org/u/joebuhlig)
#### Post date: [6월 2, 2018, 10:16오후 UTC](https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014/4 "2018-06-02T22:16:58Z")

</div>

That’s definitely a custom theme component. I can very likely help you out. Just shoot me an email at [hello@procourse.co](mailto:hello@procourse.co) and I can get you a quote.

---

<div class="post-metadata">

### Author: ![Arta\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arta_s/32/537495_2.png) [@Arta\_S](https://meta.discourse.org/u/Arta_S)
#### Post date: [6월 3, 2018, 8:10오전 UTC](https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014/5 "2018-06-03T08:10:40Z")

</div>

Dropped you a DM on discourse.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [7월 3, 2018, 8:10오전 UTC](https://meta.discourse.org/t/drop-down-menu-just-like-envatos-forums/89014/6 "2018-07-03T08:10:40Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
