Hide the "Interface" section

You can use this component to add CSS classes:

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

.group-GROUPNAME {
    .INTERFACE-BUTTON {
        display:none;
    }
}
1 Like