Jump to content

About "Now Playing" - ES 4750


CarlosLima
Go to solution Solved by Happy2Play,

Recommended Posts

CarlosLima

Hi,
Is it possible to use CSS code to hide (remove) the display of the client's IP?
Thanks

Screenshot.png

Link to comment
Share on other sites

Happy2Play

Something like this.

div.activeSession-bottomsections div.secondaryText.align-items-center {display: none;}

 

  • Thanks 1
Link to comment
Share on other sites

CarlosLima

Thank you so much for your usual effort. This code didn't work for me, in ES 4750.
I cleared the cloudflare and browsing data but the client IP is still showing.

Edited by CarlosLima
Link to comment
Share on other sites

CarlosLima

Oops, in ES 4807, yes,

Screenshot.png

Edited by CarlosLima
Link to comment
Share on other sites

Happy2Play

@CarlosLima Note sure on 4.7.5.0 as I tested in 4.7.6.0/4.8.0.7.

Would have to do a portable to see if there is an actual difference if needed.

Link to comment
Share on other sites

CarlosLima

I turned off the Emby server but nothing changed. I think it's some code that is conflicting or even some other invisible garbage, maybe.
The ES beta without any CSS worked flawlessly.

Link to comment
Share on other sites

  • Solution
Happy2Play

@CarlosLima 4.7.5.0 has different code then 4.7.6.0/4.8+

image.thumb.png.0bbc4b9b85ecdc2209186526a5fd7b85.png

image.thumb.png.621a66e1bbfac1226e7770ac2f1a6d85.png

How about this as it should work on both.

div.activeSession-bottomsections div div:nth-child(2) div:nth-child(3) {display: none;}

 

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