# Help needed to control flow and look of activitypub

**URL:** https://meta.discourse.org/t/help-needed-to-control-flow-and-look-of-activitypub/378730
**Category:** Support
**Tags:** activitypub
**Created:** [August 15, 2025, 12:57pm UTC](https://meta.discourse.org/t/help-needed-to-control-flow-and-look-of-activitypub/378730 "2025-08-15T12:57:20Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [August 19, 2025, 7:18am UTC](https://meta.discourse.org/t/help-needed-to-control-flow-and-look-of-activitypub/378730/3 "2025-08-19T07:18:43Z")

</div>

> [@SIXGUNS](#):
>
> I searched my admin and here and its eluded me, I feel it will help for now.

I can only answer this question: but you should find a setting to enable tags, which will make the tag dropdown disappear.

 ![CleanShot 2025-08-19 at 09.16.08@2x](https://global.discourse-cdn.com/meta/original/4X/e/c/6/ec6bd0b017681e65408e5af28b125c897c9b0b94.png)

If you still want to use tags, but just not in the navigation, you can add some custom css to hide the dropdown:

```plaintext
.select-kit.combo-box.tag-drop { display: none }; //scope to mobile

```

---

_[View the full topic](https://meta.discourse.org/t/help-needed-to-control-flow-and-look-of-activitypub/378730)._
