I tried the instructions here but they aren’t working. My folder structure looks like this:
Home > Syllabi > includes
Includes is a folder of files I re-use as embeds in my syllabi, but I don’t want it to show up in the navigation bar. I tried a couple of variations of the commands I saw other people using, but they aren’t working:
.tree-item-self[data-path^='includes'] {
display: none;
}
.tree-item-inner[data-path^='includes'] {
display: none;
}
Can anyone tell me what I’m doing wrong? Thanks!