Jump to content

Recommended Posts

Darhkwing
Posted

Hello all! Sorry if i have posted this in the wrong section.

 

I have spent a long time trying to replace the emby logo. I've checked all the images inside each folder and nothing appears to relate back so that i can replace the logo.

 

Could someone please advise?

 

Thanks  :D

  • Like 1
Happy2Play
Posted

A lot of times you have to clear your browser cache.  But they are located here "Emby-Server\System\dashboard-ui\css\images".  Note they are replaced during every update.  You may want to try and use Custom CSS.

  • Like 1
  • 3 weeks later...
GroundZero
Posted (edited)

A lot of times you have to clear your browser cache.  But they are located here "Emby-Server\System\dashboard-ui\css\images".  Note they are replaced during every update.  You may want to try and use Custom CSS.

 

Do you know of any css code to do this? As I'm looking to do the same :)

 

 

EDIT:  Scratch that, I found the code.

 

Here it is if anyone is looking for it...

#loginPage {
    width: 50%;
    position: fixed;
    left: 25%;
}

.logoLibraryMenuButtonText {

  display: none;
}

img[src*="css/images/logo.png"] {

    display: none;
}

}

img[src*="css/images/mblogoicon.png"] {

    display: none;
}

You only need to keep the "logo.png" line to remove the logo, the rest removes everything else :P

Edited by GroundZero
Happy2Play
Posted (edited)

No not for locally cached information.  But this is why Ben Z is using a url now instead of replacing local images. 

See this section with a hosted image

/* 2.2.4 Others */
/* Image Files */
.lnkMediaFolder div:first-child {
background-image: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/mblogoicon.png) !important; } 
Are you just trying to hide the images? Edited by Happy2Play
pir8radio
Posted (edited)

Which logos all of them?   I use a script that copies over my new logos into the emby directory every hour (if they have changed) eight total I think.  Then use CSS to replace the login page logo, like this:  

EDIT: Link removed  

 

Let us know what you are trying to do....

This does not do anything for the apps, they hold their own logos.

Edited by pir8radio
  • 1 year later...
Posted

I can't change logo

 

And why do you want to do that?

  • 9 months later...
Posted

And why do you want to do that?

I'd probably want to personally do it to make the media center feel more like a "Home Cinema" for my family. Add a nice custom logo with, for example, my last name on it.

 

I have no genuine clue how to use CSS, but would love to learn how to do this.

  • 1 year later...
Posted

/opt/emby-server/system/dashboard-ui/modules/themes change logodark.png with your logo 

  • Thanks 1
Karlos Core
Posted
On 7/12/2020 at 8:22 AM, kisswdev said:

/opt/emby-server/system/dashboard-ui/modules/themes change logodark.png with your logo 

I tried but it doesn't works. Do you have other idea how to change the logo or customize themes?

Karlos Core
Posted

That was my failure.. It works great but I forget to restart the server. Thanks @kisswdev

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...