Editing thumbnail overlay data

Is it possible to edit the thumbnail overlay header data? In particular I wanna get rid of the ‘NEF’ shown in my example. In the settings I can only find a section to edit the overlay footer data.

It’s Lighttable > Pattern for the thumbnail extended overlay text

That’s what I have tried already, but unfortunately its pattern is only for the bottom part of the overlay.

I just tested to make sure, and it works for me.
image
$(NL) is new line.

I think he’s referring to the NEF in the top left corner?

Doh! You’re right. Yeah, I don’t think it’s possible to get rid of that.

2 Likes

I solved it by putting that CSS into the user.css

#thumb-ext
{
  opacity: 0;
}
2 Likes

Won’t you lose the edited and grouped indicators if you do that…maybe you don’t use those either…

No, the icons for ‘edited’ and ‘grouped’ are still visible

2 Likes