@mariusjopen Hi Marius, I have the same question, and I found not the best solution to use a go back/link back idea, if you meant this one:
<script>
function goBack() {
window.history.back();
because if someone just sends a link of one of the project than the person who opens it will not manage to get to the main menu, project page, but to the previously visited one.
Anyway my question is this: I have seen it is possible to set id and class in the gridder when I just right click on the background, is this would be a class for that page/project? If yes how could I find the right selector, since I couldn't figure it out...
Here is what I did:
body:not(.id-369):not(.id-569):not(.id-252):not(.id-588):not(.id-494):not(.id-493):not(.id-672) #matex{
display: none;
would it be be possible to use a certain category for these pages, or a class so when a new project is created the custom css doesn't need to be rewritten?