# האם עמוד ה'אודות' החדש יכול להיות יותר בולט?

**URL:** https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386
**Category:** UX
**Created:** [6 בספטמבר,‏ 2024,‏ 11:43pm UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386 "2024-09-06T23:43:59Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [6 בספטמבר,‏ 2024,‏ 11:43pm UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/1 "2024-09-06T23:43:59Z")

</div>

I played around with the the and improved About Page. Is there a way to give it more visibility, like it having it displayed at the top menu?  
From what I can see, it is currently buried, visitors have to search to find it. Ideally, it should be where anyone who lands on the site should see it.  
Maybe I am doing something wrong.  
[https://teachmeai.ogatutor.com](https://teachmeai.ogatutor.com)

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [7 בספטמבר,‏ 2024,‏ 12:33am UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/2 "2024-09-07T00:33:10Z")

</div>

Hi @oga !  
You can try customising the sidebar and include a link to the About page.

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [7 בספטמבר,‏ 2024,‏ 12:43am UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/3 "2024-09-07T00:43:19Z")

</div>

Yea, but from a UI perspective, I am of the opinion it actually belongs somewhere at the very top like these as a CORE feature.

 ![Screenshot 2024-09-06 at 8.36.46 PM](https://global.discourse-cdn.com/meta/original/4X/0/2/8/028e2aae05724e8387c3b00f1f5015b1cb5109f9.png)

When a new visitor lands on a site, it should be there where they can get information about the organization.

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [7 בספטמבר,‏ 2024,‏ 12:47am UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/4 "2024-09-07T00:47:24Z")

</div>

Hmm… what about using the [Versatile Banner](https://meta.discourse.org/t/versatile-banner/109133) theme component?

Or, make a topic announcing this, and pin it as a banner?

EDIT: [Welcome Link Banner](https://meta.discourse.org/t/welcome-link-banner/218743) seems like what you need exactly!

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [7 בספטמבר,‏ 2024,‏ 12:58am UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/5 "2024-09-07T00:58:45Z")

</div>

Both of those Theme components are Global, and only visible on the landing page (assuming I understand the intended usage correctly) So, once a user navigates off from the Landing page, they are not visible. I am thinking, an About page, should be visible no matter where a user is on a Discourse Instance.

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [7 בספטמבר,‏ 2024,‏ 1:15am UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/6 "2024-09-07T01:15:09Z")

</div>

Under Admin, make a new theme component.  
Add this for CSS:

```css
div.persistent-banner {
    background-color: skyblue; /*Edit the color*/
    color: white;
    padding: 3px;
    border: 3px solid skyblue;
    text-align: center;
}

```

Add this for Header/After Header (depends where you want it):

```html
<div class='persistent-banner'>
Hello, world! <!-- Edit this to whatever text or link -->
</div>

```

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [7 בספטמבר,‏ 2024,‏ 6:36am UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/7 "2024-09-07T06:36:13Z")

</div>

About is rarely used, but you can build links on header or footer too. There is components for both situations (I should offer you both links now, but mobile isn’t the most comfortable platform starting jumping and PWA doesn’t offer option to get links, sorry)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [8 בספטמבר,‏ 2024,‏ 1:38pm UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/8 "2024-09-08T13:38:36Z")

</div>

> [@oga](#):
>
> I am thinking, an About page, should be visible no matter where a user is on a Discourse Instance.

This is exactly what customizable sidebar sections and links are intended for.

> [@oga](#):
>
> Both of those Theme components are Global, and only visible on the landing page (assuming I understand the intended usage correctly) So, once a user navigates off from the Landing page, they are not visible.

from the description of the [welcome link banner](https://meta.discourse.org/t/welcome-link-banner/218743) that Nate suggested:

![Screenshot 2024-09-08 at 6.29.26 AM](https://global.discourse-cdn.com/meta/original/4X/e/0/4/e04b682b875c33242c157602874b6db8e142bb38.png)

from the settings interface of the actual [versatile banner](https://meta.discourse.org/t/versatile-banner/109133) component Nate also linked:

 ![Screenshot 2024-09-08 at 6.32.46 AM](https://global.discourse-cdn.com/meta/original/4X/4/9/4/4948a173149a4d4b93f5cd469e7c31fdb0b20988.png)

Having used both components, I can tell you they can be made to appear on every page exactly the way you want and are very customizable. Please at least check out suggestions and try them before dismissing them as not a possible solution.

@NateDhaliwal has the correct idea - if these components do not do what you want, it is relatively straightforward to build a simple theme component that does.

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [8 בספטמבר,‏ 2024,‏ 5:59pm UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/9 "2024-09-08T17:59:09Z")

</div>

This is correct. The welcome Link Banner is perfect.  
Thanks so much

---

<div class="post-metadata">

### Author: ![oga](https://avatars.discourse-cdn.com/v4/letter/o/f19dbf/32.png) [@oga](https://meta.discourse.org/u/oga)
#### Post date: [8 בספטמבר,‏ 2024,‏ 6:00pm UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/10 "2024-09-08T18:00:21Z")

</div>

Great approach.  
Thanks

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [8 בספטמבר,‏ 2024,‏ 10:42pm UTC](https://meta.discourse.org/t/can-the-new-about-page-be-more-visible/325386/11 "2024-09-08T22:42:14Z")

</div>

Happy to help!
