Hide whiteboard title entirely

I am very happy using Logseq, having migrated from Obsidian due to its lag for Excalidraw and DrawTL. However, I wonder if the title can be hidden much like focus mode in DrawTL. Thank you!

This is the related screenshot:

Welcome. Add in file custom.css something like this:

.whiteboard-page-title-root {
  display: none;
}
1 Like