# Hide the "Interface" section

**URL:** https://meta.discourse.org/t/hide-the-interface-section/252034
**Category:** Development
**Created:** [January 17, 2023, 3:14pm UTC](https://meta.discourse.org/t/hide-the-interface-section/252034 "2023-01-17T15:14:49Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [January 17, 2023, 4:03pm UTC](https://meta.discourse.org/t/hide-the-interface-section/252034/3 "2023-01-17T16:03:56Z")

</div>

You can use this component to add CSS classes:

> [@CSS Classes for Current User's Groups](https://meta.discourse.org/t/css-classes-for-current-users-groups/226068):
>
> discourse2Summary CSS Classes for Current User’s Groups adds the groups that a member is a part of as CSS classes on the \<body\> tag.eyeglassesPreview [Preview on theme-creator.discourse.org](https://discourse.theme-creator.io/theme/Johani/user-groups-css-classes)hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-groups-css-classes-in-body](https://github.com/discourse/discourse-groups-css-classes-in-body)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Before: [image] After: [image] Discourse only adds the current us…

I’m sadly not around my computer to get the CSS tags, but it would probably be something like this

```SCSS
.group-GROUPNAME {
    .INTERFACE-BUTTON {
        display:none;
    }
}

```

---

_[View the full topic](https://meta.discourse.org/t/hide-the-interface-section/252034)._
