igeoorge 26 Posted February 22, 2019 Posted February 22, 2019 How to remove buttons marked with a CSS magic? Thank you
Happy2Play 9446 Posted February 22, 2019 Posted February 22, 2019 There is no easy way to remove those header items as they do not fall within the page and different libraries have different indexes. So removing them in Movies would have a different effect on TV Shows or other content type headers. Do you still want the css code to remove those header items?
igeoorge 26 Posted February 22, 2019 Author Posted February 22, 2019 Some lazy users find it difficult to see so many options. It will be great that you can remove them. Currently I use on computers with multiple connected TVs and the Android version on the mobile. If you remove it, would it have a problem with the version of Android? Would it be too much work for you?
Happy2Play 9446 Posted February 22, 2019 Posted February 22, 2019 Some lazy users find it difficult to see so many options. It will be great that you can remove them. Currently I use on computers with multiple connected TVs and the Android version on the mobile. If you remove it, would it have a problem with the version of Android? Would it be too much work for you? Custom CSS only applies to web browsers connecting by LAN/WAN/DDNS. Every app/client has there own design code.
igeoorge 26 Posted February 22, 2019 Author Posted February 22, 2019 I understand. Could you please send the code?
Solution Happy2Play 9446 Posted February 22, 2019 Solution Posted February 22, 2019 You need to keep Filmes so if you toggle to Genre you have a way back. And it is the active button by default. /*Remove select Header tabs*/ div.skinHeader.skinHeader-withBackground.headroom div.headerTabs.sectionTabs [data-index="1"], div.skinHeader.skinHeader-withBackground.headroom div.headerTabs.sectionTabs [data-index="2"], div.skinHeader.skinHeader-withBackground.headroom div.headerTabs.sectionTabs [data-index="3"], div.skinHeader.skinHeader-withBackground.headroom div.headerTabs.sectionTabs [data-index="4"], div.skinHeader.skinHeader-withBackground.headroom div.headerTabs.sectionTabs [data-index="6"] {display: none; } As noted this will have a different affect on different content type libraries. Also note if you used a Content type Mixed Content you would not have these headers at all. 1
igeoorge 26 Posted February 22, 2019 Author Posted February 22, 2019 I understand perfectly. Thanks for your help
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