Jump to content

About "Now Playing" - ES 4750


Go to solution Solved by Happy2Play,

Recommended Posts

Posted

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

Screenshot.png

Happy2Play
Posted

Something like this.

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

 

Posted (edited)

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
Posted (edited)

Oops, in ES 4807, yes,

Screenshot.png

Edited by CarlosLima
Happy2Play
Posted

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

Posted

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.

  • Solution
Happy2Play
Posted

@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;}

 

Posted

Bingo! Now yes.
You are the best.
Strongly grateful.

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