![]() |
Remove Media library name overlay - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Remove Media library name overlay (/t-remove-media-library-name-overlay) |
Remove Media library name overlay - Skye - 2024-09-26 Is there some way removing the Media Library Name overlay, that is not having the text "Movies" over the poster picture for Movies? Creating your own picture solves my overlay problem but I don't have software to make that work well. Thanks RE: Remove Media library name overlay - TheDreadPirate - 2024-09-27 The funny thing is that someone made a tool to add them back in for static, custom images. https://github.com/eebette/jellyfin-tools AFAIK, there aren't any tools to still rotate images while also removing the overlay text. RE: Remove Media library name overlay - zelpi - 2024-10-23 I have a similar request. Not hiding the library title on the cover but the title below. As it is already displayed upon the image (which I prefer) there‘s no need to have it twice being also under the image. Is that possible? RE: Remove Media library name overlay - theguymadmax - 2024-10-23 Code: /* Hide Library card titles (Cards have titles as image) */ On the homepage of the web UI, click your user profile in the top right corner, select "Display," and enter that in the Custom CSS code section. |