Jump to content

css add description


Tfs

Recommended Posts

 

Hi ! 
 
 
I would like to know if there is way in css to add a title in this part like for example "welcome"
 
thanks you in advance :)
 

post-336216-0-59001000-1548260310_thumb.png

post-336216-0-59001000-1548260310_thumb.png

Edited by Tfs
Link to comment
Share on other sites

Happy2Play

Header area does not fall within a set page, but your second option would work.

/*Add text content on Home Screen*/
#homeTab div.section0:before {
    content: 'WELCOME';
    padding-left: 4em;
    font-size: 1.3em;
}
 

Note Custom CSS only applies to the web client on LAN or WAN/DDNS connections.  Not app.emby.media or tv.emby.media.

 

5c49065452ac8_text.jpg

Edited by Happy2Play
Link to comment
Share on other sites

thanks a lot for your help ! there is absolutely no way to display this on emby for android? without going through the css for example  :)  :)

Link to comment
Share on other sites

Happy2Play

thanks a lot for your help ! there is absolutely no way to display this on emby for android? without going through the css for example  :)  :)

 

No as every app/device has there own design code.

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