# Logo redirected link

**URL:** https://meta.discourse.org/t/logo-redirected-link/269307
**Category:** Support
**Created:** [June 22, 2023, 6:50pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307 "2023-06-22T18:50:36Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![Dante\_Dante](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dante_dante/32/294295_2.png) [@Dante\_Dante](https://meta.discourse.org/u/Dante_Dante)
#### Post date: [June 22, 2023, 6:50pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/1 "2023-06-22T18:50:36Z")

</div>

Hey, is there is a possibility to delete categories from the menu bar as in the picture but still have all categories as a landing page ( and when you click on the logo)

Ps: I know how to delete the category from the bar

inaturalist website is just an example (not my actual website)

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

Thanks in advance

---

<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: [June 22, 2023, 7:20pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/2 "2023-06-22T19:20:06Z")

</div>

go to admin-settings and search for the `top_menu` setting and you can add and remove those particular links and change their order.

 ![IMG_3563](https://global.discourse-cdn.com/meta/original/4X/d/3/5/d35a81d173344909ae8ea203b02a6be5ef811b2a.jpeg)

---

<div class="post-metadata">

### Author: ![Dante\_Dante](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dante_dante/32/294295_2.png) [@Dante\_Dante](https://meta.discourse.org/u/Dante_Dante)
#### Post date: [June 22, 2023, 7:32pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/3 "2023-06-22T19:32:01Z")

</div>

Thanks @Lillinator for the quick reply but I would love to delete categories from the menu but on the initial page I want it to stay showing categories ( also when I click on the logo)

The problem now when I delete the categories ( the landing page only shows the latest topic and not the categories (latest for example)

---

<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: [June 22, 2023, 7:51pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/4 "2023-06-22T19:51:54Z")

</div>

in common css of a theme or theme component

```scss
#navigation-bar {
   li.nav-item_categories {
     display: none;
   }
}

```

---

<div class="post-metadata">

### Author: ![Dante\_Dante](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dante_dante/32/294295_2.png) [@Dante\_Dante](https://meta.discourse.org/u/Dante_Dante)
#### Post date: [June 22, 2023, 8:00pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/5 "2023-06-22T20:00:13Z")

</div>

Thanks for the support

---

<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: [June 22, 2023, 8:06pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/6 "2023-06-22T20:06:18Z")

</div>

any time. sorry i misunderstood your original request 🙂 glad i could help!

---

<div class="post-metadata">

### Author: ![Dante\_Dante](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dante_dante/32/294295_2.png) [@Dante\_Dante](https://meta.discourse.org/u/Dante_Dante)
#### Post date: [July 1, 2023, 12:38pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/7 "2023-07-01T12:38:39Z")

</div>

Hey @Lilly I would love to ask if it is possible to change the filter tab bar name as the following I have tried but I was not successful:

“all categories” to “by categories”  
“all tags” to “by tags”

![IMG-20230701-WA0000](https://global.discourse-cdn.com/meta/optimized/4X/0/0/9/0094381477753db3076d4d9f5056104bd79af51d_2_690x63.jpeg)

Also I have seen somewhere that we can put the all categories in the left menu up as well as the all tags but somehow I can not find the topic, would be great if you can guide towards that

 ![IMG-20230701-WA0001](https://global.discourse-cdn.com/meta/original/4X/8/5/9/859328901504a2660386c40dc1091a4fc6cd556b.jpeg)

Thanks a lot for your help

---

<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: [July 1, 2023, 12:52pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/8 "2023-07-01T12:52:24Z")

</div>

hi there, i don’t believe those “all category” and “all tags” links can be moved without some serious coding - they link to the all categories and all tags pages respectively. i have never seen them moved myself. you can rename them if you wish but that would make them misleading IMO. to replace any text in the Discourse interface, you can use the text replacement in `admin-customize-text` and the text string you are looking for is in `js.sidebar.all_categories`.

---

<div class="post-metadata">

### Author: ![Dante\_Dante](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dante_dante/32/294295_2.png) [@Dante\_Dante](https://meta.discourse.org/u/Dante_Dante)
#### Post date: [July 1, 2023, 1:12pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/9 "2023-07-01T13:12:04Z")

</div>

Hey @Lilly thank you for quick reply!!!

![IMG-20230701-WA0002](https://global.discourse-cdn.com/meta/optimized/4X/4/d/7/4d7bea7c0a5131acdf69611bbb12c72eb3f5c5c8_2_690x63.jpeg)

I believe these two

All categories and all tags the name can not be changed from the admin – customize -text

It would be great if you know a way using css to change the name to

by categories and by tags

---

<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: [July 1, 2023, 1:23pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/10 "2023-07-01T13:23:52Z")

</div>

you can change this in text replacement. i believe the text strings are in `js.categories.all` and `js.tagging.selector_all_tags` respectively. when you use text replacement, it takes a browser refresh or sometimes even a browser cache clearing to make it show up right away.

---

<div class="post-metadata">

### Author: ![Dante\_Dante](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dante_dante/32/294295_2.png) [@Dante\_Dante](https://meta.discourse.org/u/Dante_Dante)
#### Post date: [July 1, 2023, 1:24pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/11 "2023-07-01T13:24:49Z")

</div>

Thanks, I will apply everything you said

---

<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: [July 1, 2023, 1:26pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/12 "2023-07-01T13:26:29Z")

</div>

i notice that i forgot to add that the side bar tag text string is in `js.sidebar.all_tags` good luck 🙂

---

<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: [July 31, 2023, 1:26pm UTC](https://meta.discourse.org/t/logo-redirected-link/269307/13 "2023-07-31T13:26:34Z")

</div>

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