so i would like to get rid of the vault name in the sidebar. i use only one vault so i dont need to be reminded.

( i called my vault vault )
does someone has a css snippet for me ?
so i would like to get rid of the vault name in the sidebar. i use only one vault so i dont need to be reminded.

( i called my vault vault )
does someone has a css snippet for me ?
.nav-folder.mod-root > .nav-folder-title {
display: none;
}
Add this as a CSS snippet in your .obsidian/snippets directory. Name it whatever but it MUST end in .css.
Enable it in appearance settings and you are good.
thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.