CSS tweaks for Obsidian Publish Don’t display file headers: .page-header { display: none; } Hiding things: /* HIDE FOLDERS IN THE LEFT NAV */ .tree-item-self[data-path^='010 Faith MOC'], .tree-item-self[data-path^='Filename'] { display: none; } /* HIDE FOLDERS IN THE LEFT NAV My test:*/ .tree-item-self:not([data-path^='010 Faith MOC']) { display: none; } Links Changing the look of your Obsidian site using fonts and CSS - The Quantum Garden A Complete Guide to CSS Gradients | CSS-Tricks Changing the look of your Obsidian site using fonts and CSS - The Quantum Garden Obsidian Publish CSS Tips