Jellyfin Forum
All I want is a logo on the login page - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: All I want is a logo on the login page (/t-all-i-want-is-a-logo-on-the-login-page)

Pages: 1 2


RE: All I want is a logo on the login page - SaschaNes - 2023-12-14

(2023-08-31, 02:47 PM)Kevin Nord Wrote:
(2023-08-25, 12:23 PM)AshipaEkO Wrote: You mean something like the attached image?


https://imgur.com/a/pinESli


Yes, brilliant! that is exactly what I am looking for

(2023-08-25, 12:23 PM)AshipaEkO Wrote: You can do that with this bit of CSS, but you will need to fix it.   it puts the same logo on top of each library unfortunately, but since you know how to use CSS i'm sure you can fix it

I'm sorry if I've given the impression that I "know" CSS. Any custom CSS I used was either copy-pasted or hacked together based on examples I found elsewhere as I try to figure it out enough to get something working lol. Maybe I'll take another swing at it this weekend.



Hey I just solved it for me (Image is in root of web directory):

Code:
#loginPage {
    .sectionTitle {
      content: url(Nesflix.png) !important;
      height: 280px;
    }
}

Looks Like this:

[Image: HYaXcKq]


RE: All I want is a logo on the login page - jennystreaming - 2024-08-20

The last fix doesn't work anymore, any way how to do it nowdays?


RE: All I want is a logo on the login page - 97hyc - 2024-08-21

https://github.com/BobHasNoSoul/jellyfin-mods?tab=readme-ov-file#adding-your-logo-at-the-top-of-the-login-page

Like this? It works prefect with 10.9.9
but you have to do this every time after upgraded