# CSS to hide the Activity or Messages tabs on the group detail page

**URL:** https://meta.discourse.org/t/css-to-hide-the-activity-or-messages-tabs-on-the-group-detail-page/101447
**Category:** Support
**Created:** [6 november 2018 om 18:53 UTC](https://meta.discourse.org/t/css-to-hide-the-activity-or-messages-tabs-on-the-group-detail-page/101447 "2018-11-06T18:53:27Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![JoelZaslofsky](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/joelzaslofsky/32/158556_2.png) [@JoelZaslofsky](https://meta.discourse.org/u/JoelZaslofsky)
#### Post date: [30 november 2018 om 17:12 UTC](https://meta.discourse.org/t/css-to-hide-the-activity-or-messages-tabs-on-the-group-detail-page/101447/7 "2018-11-30T17:12:12Z")

</div>

FYI everyone. Here’s the CSS to hide the Messages and Activitiy tabs on desktop and mobile view.

**Desktop**

```
.activity.ember-view, .messages.ember-view {
    display: none;
}

```

**Mobile**

```
.mobile-nav .activity.ember-view, .mobile-nav .messages.ember-view{
    display: none !important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/css-to-hide-the-activity-or-messages-tabs-on-the-group-detail-page/101447)._
