Block about page

I would like to block the about page, e.g. for users that are not logged in. How can I do this?

It would be

.anon section.about {
  display:none;
}
9 Likes

Cool, didn’t know that!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.