hello everyone, im new to CSS. ive been trying to figure out how to customize my vault for the past month or so for a nicer look, and currently im struggling with trying to figure out how to place custom images only under specific folders. (the custom folders to icons was made by tfthacaker ‘Add a Logo or Avatar to your Vault’)
this is how it looks currently in my vault, but i want the image to only be under ONE of the folders, not all (so i can customize each folder with different images). the image is positioned how i wanted it to be, however how can i rewrite my snippet to make it appear only under specific folders?
div.tree-item.nav-folder.iconic-item {
background-position: center 60px;
background-repeat: no-repeat;
background-size: 188px;
background-image: url(“custom-scroll-image”)
}
for a bonus question if anyone could answer it, how can i make it so the image disappears after the folder collapses?
thank you for anyone in advance for the help

