# Welcome message at the top

**URL:** https://meta.discourse.org/t/welcome-message-at-the-top/129246
**Category:** Support
**Created:** [September 22, 2019, 7:16pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246 "2019-09-22T19:16:24Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![jfbourdeau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jfbourdeau/32/101426_2.png) [@jfbourdeau](https://meta.discourse.org/u/jfbourdeau)
#### Post date: [September 22, 2019, 7:16pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/1 "2019-09-22T19:16:24Z")

</div>

How to we customize / where, the Welcome message at the top that people can CLick so it goes away.

I would like, when people come to the discourse forum for for the 1st time and are not logged or registered, to have some message displayed at the top

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [September 22, 2019, 7:21pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/2 "2019-09-22T19:21:01Z")

</div>

> [@jfbourdeau](#):
>
> CLick so it goes away.

Perhaps a banner topic may help? Users can remove those. It is visible to users not logged in or registered too

---

<div class="post-metadata">

### Author: ![jfbourdeau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jfbourdeau/32/101426_2.png) [@jfbourdeau](https://meta.discourse.org/u/jfbourdeau)
#### Post date: [September 23, 2019, 11:24am UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/3 "2019-09-23T11:24:57Z")

</div>

But would they have to go into a Category and open it ?

I would have preferred something at the top like this forum

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/5/75f5669c34b831633f683071f685b0c3a48d109b.png)

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [September 23, 2019, 11:34am UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/4 "2019-09-23T11:34:34Z")

</div>

> [@jfbourdeau](#):
>
> But would they have to go into a Category and open it ?

You too can create a global banner in this way:

 ![image](https://global.discourse-cdn.com/meta/original/3X/1/b/1beaa74da5b11c86a5832b07122100db3ac68f69.png)

or using the [Versatile Banner](https://meta.discourse.org/t/versatile-banner/109133) which is extremely customizable!

---

<div class="post-metadata">

### Author: ![jfbourdeau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jfbourdeau/32/101426_2.png) [@jfbourdeau](https://meta.discourse.org/u/jfbourdeau)
#### Post date: [September 23, 2019, 12:07pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/5 "2019-09-23T12:07:43Z")

</div>

Is it possible I do not see, have the admin wrench on the top right ?  
I do have the hamburger menu with the admin though…

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [September 23, 2019, 12:12pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/6 "2019-09-23T12:12:49Z")

</div>

If it doesn’t appear on the top right your topic contains only a post (or a few short posts). That’s why you can find another wrench icon even at the end of the topic 😉

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/f/4fac7de3d6c2e0ea9691e54ef05b29339add2b10.png)

---

<div class="post-metadata">

### Author: ![jfbourdeau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jfbourdeau/32/101426_2.png) [@jfbourdeau](https://meta.discourse.org/u/jfbourdeau)
#### Post date: [September 23, 2019, 12:16pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/7 "2019-09-23T12:16:39Z")

</div>

TKs " a lot " for your help and patience

Are you saying as an admin, I create a " TOPIC" withiin one of the actual CATEGORY and make it a banner post ?

And anonymous people logging to the site would see that message ??

I am now lost

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [September 23, 2019, 12:26pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/8 "2019-09-23T12:26:56Z")

</div>

> [@jfbourdeau](#):
>
> Are you saying as an admin, I create a " TOPIC" withiin one of the actual CATEGORY and make it a banner post ?

Yes, even if it is not mandatory to use the categories, you can use the Uncategorized “category” (if you have not disabled it from site settings) - which is not a real category - as is done for the Welcome topic that you find in every Discourse installation.

> [@jfbourdeau](#):
>
> And anonymous people logging to the site would see that message ??

Anons and normal users can see (and dismiss) the banner. If you want to display it ONLY to anon you need to add a few lines of CSS to your main theme(s)

```css
#banner {
    display: none;
}

.anon #banner {
    display: block;
}

```

---

<div class="post-metadata">

### Author: ![jfbourdeau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jfbourdeau/32/101426_2.png) [@jfbourdeau](https://meta.discourse.org/u/jfbourdeau)
#### Post date: [September 23, 2019, 1:09pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/9 "2019-09-23T13:09:15Z")

</div>

Tks !!! It worked  
Have a good day

---

<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: [October 23, 2019, 1:09pm UTC](https://meta.discourse.org/t/welcome-message-at-the-top/129246/10 "2019-10-23T13:09:18Z")

</div>

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