2025-01-09, 10:34 PM
(This post was last modified: 2025-01-09, 10:37 PM by nameuser. Edited 1 time in total.)
Hello. I was wondering if it's possible to change the Home screen sections globally.
I already know you can do it per user.
I viewed this site: https://jellyfin.org/docs/general/client...omization/ , which asked you to insert this command into the custom css page.
div.nextUpSection {
display: none;
}
It doesn't work, but other customizations do work, which verifies that css customization works, but just not with this command.
I've also had success with modifying main.jellyfin.bundle.js , which affects settings globally, but I just can not find anything related to modifying Home screen section.
By the way what I'm trying to achieve is to at least remove Next Up section, and maybe move Continue watching to the most bottom. That would achieve everything I need.
Thanks for your time.
I already know you can do it per user.
I viewed this site: https://jellyfin.org/docs/general/client...omization/ , which asked you to insert this command into the custom css page.
div.nextUpSection {
display: none;
}
It doesn't work, but other customizations do work, which verifies that css customization works, but just not with this command.
I've also had success with modifying main.jellyfin.bundle.js , which affects settings globally, but I just can not find anything related to modifying Home screen section.
By the way what I'm trying to achieve is to at least remove Next Up section, and maybe move Continue watching to the most bottom. That would achieve everything I need.
Thanks for your time.