Meta Post - Common CSS Hacks

Here’s a CSS snippet to hide the filename / header at the top of Obsidian. This is an update to atiz’s solution which no longer works (at least for me).

.page-header {
  display: none;
}

Before:
image

After:
image