# Hide Visible Groups Activity Tab

**URL:** https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435
**Category:** Support
**Created:** [June 13, 2017, 4:38pm UTC](https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435 "2017-06-13T16:38:18Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jidetheblogger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jidetheblogger/32/73213_2.png) [@jidetheblogger](https://meta.discourse.org/u/jidetheblogger)
#### Post date: [June 13, 2017, 4:38pm UTC](https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435/1 "2017-06-13T16:38:19Z")

</div>

Hi,

How can i hide the activity tab of visible groups?

No activity, posts, topics, mentions, messages.

I only want “members” to display.

Any working css for that?

---

<div class="post-metadata">

### Author: ![ChrisBeach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisbeach/32/214628_2.png) [@ChrisBeach](https://meta.discourse.org/u/ChrisBeach)
#### Post date: [July 20, 2017, 9:36am UTC](https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435/2 "2017-07-20T09:36:38Z")

</div>

```
.group .group-nav a[title="Activity"] {
    display: none;
}

```

[hide-group-activity-button.dcstyle.json](https://global.discourse-cdn.com/meta/original/3X/0/d/0d21766c77c971b45c76dd52791f66f521d783a7.json) (446 Bytes)

I needed to remove the “Activity” tab because it was misleading and confusing for users.

On my forum, Discourse Groups control access to opt-in categories, which do not bear any relation to what’s shown in the “Activity” tab.

---

<div class="post-metadata">

### Author: ![jidetheblogger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jidetheblogger/32/73213_2.png) [@jidetheblogger](https://meta.discourse.org/u/jidetheblogger)
#### Post date: [July 20, 2017, 1:11pm UTC](https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435/3 "2017-07-20T13:11:15Z")

</div>

It worked. Thank you so much,

---

<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 2, 2019, 8:42pm UTC](https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435/4 "2019-07-02T20:42:37Z")

</div>



---

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [July 2, 2019, 8:48pm UTC](https://meta.discourse.org/t/hide-visible-groups-activity-tab/64435/5 "2019-07-02T20:48:49Z")

</div>


