Hide sidebar from anon users

That is pretty straightforward with a bit of CSS targetting .anon:

.anon div.sidebar-section-community {
     display: none;
}

If I get the chance I’ll roll that functionality into this TC.

3 Likes