Hide Aktivitäts-Stream

Hey @7qubit ,

you could probably try to do that with the custom css:

The classes you’re looking for should be sidebar optional:

So you could put
.sidebar.optional { display: none; }
in there. The spacing is important here: https://www.w3schools.com/cssref/css_selectors.asp

Watch out though, i’m not a web dev or anything at all and i didn’t try that first. This should hide ALL elements that are classified as sidebar and optional. So if anything else uses this class combination, that’s probably gone too.

There’s most likely a better way to achieve this but i don’t know it :>.

cheers

3 Likes