/* hide path's with __before and ending with__ */
.nav-folder-title[data-path^="__"][data-path$="__"] {
display: none;
}
This one works better ![]()
/* hide path's with __before and ending with__ */
.nav-folder-title[data-path^="__"][data-path$="__"] {
display: none;
}
This one works better ![]()