Is there a way to hide the document icon from the references?

I really don’t like the document icon and the vertical line appearing in the references in my notes. I do use the document tag a lot, since it allows me to enter the rem directly instead of the parent document. Is there a way to hide it, maybe with CSS? Thanks a lot :slight_smile:

This works:

i.file.text.small.icon {
display: none;
}

But I’m just starting to learn how to CSS. So there’s probably a better (correct) way of doing it.
I’m sure someone smarter than me will come in with the solution :slight_smile:

(For some reason the vertical line isn’t showing for me, so I couldn;t find how to target it)

Hi, ognsya!

This is very good, thanks! The vertical line is still being shown for me, so hopefully someone else can help me with that. Have a good one!

Removing the vertical line is described here.

Thanks hannesfrank! Worked perfectly :slight_smile: