Tfs 0 Posted January 23, 2019 Posted January 23, 2019 (edited) 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 Edited January 23, 2019 by Tfs
Happy2Play 9441 Posted January 24, 2019 Posted January 24, 2019 (edited) 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. Edited January 24, 2019 by Happy2Play
Tfs 0 Posted January 24, 2019 Author Posted January 24, 2019 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
Happy2Play 9441 Posted January 24, 2019 Posted January 24, 2019 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now