Jump to content

Remove button movies and more


igeoorge
Go to solution Solved by Happy2Play,

Recommended Posts

Happy2Play

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?

Link to comment
Share on other sites

igeoorge

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?

Link to comment
Share on other sites

Happy2Play

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.

Link to comment
Share on other sites

  • Solution
Happy2Play

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.

  • Like 1
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...