Does anyone have a CSS snippet to remove this "metadata" bar?

This should do it and leave the tag line:

.markdown-preview-view .frontmatter-container-header {
  display: none;
}

Have a look here: Getting comfortable with Obsidian CSS CSS can be overwhelming at times, but you’ll learn a lot poking around with the selector. :+1:

1 Like

Moved from “Share and Showcase” to Help.

1 Like

Since Version 1.?.? there is for reading mode a setting:

  • Settings - Editor - Show frontmatter
1 Like

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