Hide Visible Groups Activity Tab

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?

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

hide-group-activity-button.dcstyle.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.

1 Like

It worked. Thank you so much,

1 Like