Jump to content

Remove menu buttons


igeoorge

Recommended Posts

igeoorge

Friends, does anyone know how to remove just these 2 buttons?

 

I would like to remove both buttons in Movies & TV Series

 

Sem_t%C3%ADtulo.png?1564488315

Link to comment
Share on other sites

Happy2Play

I can not see a way to remove these body-tabs without affecting all body-tabs as the positions are different in each content type.
 
Example for Folders tab

body > div.skinHeader.skinHeader-withBackground.headroom > div > div.headerMiddle.sectionTabs > div > div > button:nth-child(8) TV
body > div.skinHeader.skinHeader-withBackground.headroom > div > div.headerMiddle.sectionTabs > div > div > button:nth-child(7) Movies

Example for Genres Tab

body > div.skinHeader.skinHeader-withBackground.headroom > div > div.headerMiddle.sectionTabs > div > div > button:nth-child(5) TV
body > div.skinHeader.skinHeader-withBackground.headroom > div > div.headerMiddle.sectionTabs > div > div > button:nth-child(6) Movies

Since the child elements don't line up, removing one would be different in each content type.  Unless there is a CSS god out there that knows another way, as mine is all trial and error with some google foo.

 

Sure you can do something like this to remove "Folders" tab but it affects "Favorites" on the Home Screen.

/*Remove Last Header tab*/
div.headerMiddle.sectionTabs button:last-child {display: none; }
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...