How to hide all tags property in perspective Tag Browse Tree component?


Hello everyone,

I am trying to use a tag browse tree in perspective, I have to only show the all the tag paths in perspective Tag Browse Tree component. Does anyone know how to hide all tags property in perspective Tag Browse Tree component?

Look at this : post

I did it by doing this...

.terminal-node:has(.tree-item:not([data-label=""])) {
	display: none;
}

Hi, @Jan_Nguyen
where I should implement this script.

.terminal-node:has(.tree-item:not([data-label=""])) {
display: none;
}

In advanced stylesheet, look at this link.