Jump to content

Recommended Posts

Posted

How can I add text below "Home" and "Favorites". Something like " Emby will be down for maintenance Friday 27th" in red text. 

Happy2Play
Posted

How can I add text below "Home" and "Favorites". Something like " Emby will be down for maintenance Friday 27th" in red text. 

 

Quick and dirty.

.verticalSection.section0:before {
    content: "Emby will be down for maintenance Friday 27th";
    left: 40vw;
    position: relative;
    font-size: 150%;
    color: red;
}

Haven't test this old topic recently, but requires html edit also.

https://emby.media/community/index.php?/topic/46788-notice-box-that-can-be-closed/

  • Like 1
Posted

Quick and dirty.

.verticalSection.section0:before {
    content: "Emby will be down for maintenance Friday 27th";
    left: 40vw;
    position: relative;
    font-size: 150%;
    color: red;
}

Haven't test this old topic recently, but requires html edit also.

https://emby.media/community/index.php?/topic/46788-notice-box-that-can-be-closed/

 

Awesome. This worked great on Chrome. Is there a way to implement this so it shows up on the Emby app and on the TV?

Happy2Play
Posted

Awesome. This worked great on Chrome. Is there a way to implement this so it shows up on the Emby app and on the TV?

 

No custom css only applies the web client with IP/DDNS connections to your server.

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