Jump to content

Add text to homepage


edgar691

Recommended Posts

edgar691

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

Link to comment
Share on other sites

Happy2Play

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
Link to comment
Share on other sites

edgar691

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?

Link to comment
Share on other sites

Happy2Play

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.

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