Hiding pages (for the clients)

Yes - looking into this!

You’ll probably have to edit the Admin index.php page
And add an id to:

<a class="folder" href="index.php?f=pages">Pages</a>

Then hide it in the CSS

e.g.

<a class="folder" id="pagesadmin" href="index.php?f=pages">Pages</a>

.pagesadmin {display: none;}

Hope that helps for now @jdloudon!