Remove Note Title from Editor / Preview

What I’ve tried.

Looked in the css… But my coding skills are pretty limited. Searched forum & asked on discord.

What I’m trying to do

I wish to remove the note title from editor / preview.

Why? Is miss aligned with the text, and also I like the option to set my own header without having “double titles”. See “Daily Review”

https://i.imgur.com/vTubht7.png

I’m using minimal theme

Try adding a snippet.css File in the .obsidian/snippets/ folder inside your vault with the following contents:

.view-header-title{
  display: none;
}

After that you can enable it in Obsidian’s Settings under Appearance

1 Like

Thanks, worked like a charm! Very happy with my edited minimal theme.

Screenshot

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