How to hide some folders?

I’d like to hide some folders except rename these names to start with a dot.

For the attribute selector see: W3C :: Selectors Level 3

.nav-folder-title[data-path="Hodgepodge"] { 
  display: none;
}
1 Like

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