Jump to content

How to change Emby sidebar title image


Dannick

Recommended Posts

Hello guys, there's a new sidebar title image in the newest emby server update (version 4.5.0.50) as shown below.

Do you guys know how to change the image?

I'd like to try it if possible.

Thanks in advance.

1001270438_Screenshot(547)_LI.thumb.jpg.99be5caebf32c268131e755a79cfe4ca.jpg

Edited by Dannick
Link to comment
Share on other sites

Happy2Play

I replace the \system\dashboard-ui\modules\themes\logowhite.png in every update but from css method you would have to host the image somewhere..

From other topics for navdrawer pinned and unpinned logo.

div.navDrawerLogo, h3.pageTitleWithDefaultLogo {
  background-image: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/logo.png); }

 

Link to comment
Share on other sites

57 minutes ago, Happy2Play said:

I replace the \system\dashboard-ui\modules\themes\logowhite.png in every update but from css method you would have to host the image somewhere..

From other topics for navdrawer pinned and unpinned logo.


div.navDrawerLogo, h3.pageTitleWithDefaultLogo {
  background-image: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/logo.png); }

 

@Happy2PlayIt really helps, Thank you so much!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...