Jump to content

how to remove big logo EMBY


CarlosLima

Recommended Posts

CarlosLima

Hi
I noticed that in the beta version of embyserver, 4.3.0.15, before the login screen, a large EMBY logo has been added which is shown, it's like a splash image.

Is it possible to use CSS code to remove or replace the image?

Thanks

  • Like 1
Link to comment
Share on other sites

Happy2Play

Haven't figured out how to target this so it doesn't affect other areas

body > div.mainAnimatedPages.skinBody > div

But it is in the index.html.

    <div class="mainAnimatedPages skinBody">

        <div style="background-image:url(bower_components/emby-webcomponents/themes/logowhite.png);background-position: center top; background-repeat:no-repeat; background-size:contain;position:fixed;top:25%;left:30%;right:30%;height:20%;"></div>
    </div>
Link to comment
Share on other sites

speedingcheetah

yea...i now see this splash screen whenever i load web app or theater....i dont really mind it, however, i do know a few users who absolutely hate and despise such splash screens.

It tends to make things load slower, or at least, give the impression that it is.

Kinda surprised i don't see that as a use option to enable/disable.

Many software that have splash or load up screens are user toggleable.

  • Like 2
Link to comment
Share on other sites

Happy2Play

To me this would appear to load before custom css so it can't really be target via css.

 

You can see it happen if you apply this custom css.  Default loads then custom css.

html.preload {background-color: green;}
html.preload div div {display: none;}
Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

makarai

Also here to find a way to "unbrand" my web login. i dont want some randoms who happen to scrape my login screen knowing what this login screen is about.

I really dislike that we cant set the title and now we have a big splashscreen that tells randoms what they are looking at.

 

@@Luke

Edited by makarai
  • Like 1
Link to comment
Share on other sites

Happy2Play

it has to be redone with every update

Yep I run a script with every update to copy a new image to that location.

Link to comment
Share on other sites

makarai

Yep I run a script with every update to copy a new image to that location.

however, this does not take the reference to emby away. If you scrape the index file you still get things like 

     url(bower_components/emby-webcomponents/themes/logowhite.png);
    <meta name="application-name" content="Emby">
    <meta property="og:title" content="Emby">
    <meta property="og:site_name" content="Emby">
    <meta property="og:url" content="https://emby.media">


Link to comment
Share on other sites

  • 5 weeks later...
cochize1

Hi all, I managed to change the logowhite.png file and now it is set to my custom one but this seems to only work in PC web browsers i.e. Chrome or Firefox, but when accessing my servers url via Android Chrome from my phone I still get Emby logo splash, any ideas?

 

EDIT: clearing cache helped:)

 

And another thing, I managed to change the Tital from Emby to MyDomain in index.html file but this just shows MyDomain for a moment and when the login page loads it goes back to Emby, can I somehow set it permanently to MyDomain on every subdomain (like dashboard, login screen etc.)?

Edited by cochize1
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...