BobHasNoSoul / jellyfin-mods

This is just a guide for various modifications and dumping ground for jellyfin mods so i dont have to make a new jftool for every platform and revision
307 stars 16 forks source link

Logo next to hamburger menu #24

Closed DevilsDesigns closed 1 month ago

DevilsDesigns commented 1 month ago

image this logo wont change. is there a way to remove it or change it?

BobHasNoSoul commented 1 month ago

in 10.9.x it changed where icons are and some icon names so two choices

replace the file /web/assets/img/banner-light.png with your own one (or banner-dark.png if you use the "dark" theme)

or use the css to have it changed that being (obviously change the weblink

.pageTitleWithDefaultLogo { background-image: url(https://example.com/myawesomenewserverlogo.png) !important;}

final step clear cache and reload.. if you are unsure how to do this most browsers will do this for a single page using ctrl+shift+r