CoonDog Is there a way to remove the image name in thumb on gallery screen?
I helped someone else with that earlier today, so I already have the code. Add the following to custom.css:
.files-grid .files-a-loaded:hover, .files-rows .files-a-loaded:hover, .columns-noinfo .files-a-loaded:hover {
--files-data-opacity: 0;
}
It has to be assigned separately for various layouts, because you don't want this hidden in the list layouts.