goobee01 1 Posted November 14, 2023 Posted November 14, 2023 (edited) By cobbling together ccs from this forum, I've gotten my configuration just about where I want it. I still need a couple tweaks I'm hoping someone can help me with. I want to remove Favorites from the top of the Home page and Links from the bottom of each movie and TV show. Any help will be greatly appreciated. Edited November 14, 2023 by goobee01 Typo
GrimReaper 4156 Posted November 14, 2023 Posted November 14, 2023 (edited) 1 hour ago, goobee01 said: I want to remove Favorites from the top of the Home page AFAIK header tabs can only be removed via their script files as they differ only by their index number, removing it from one page would remove different tab from other page(s). 1 hour ago, goobee01 said: and Links from the bottom of each movie and TV show. Something like: .linksSection { display: none; } Edited November 14, 2023 by GrimReaper 1
goobee01 1 Posted November 15, 2023 Author Posted November 15, 2023 On 11/13/2023 at 10:24 PM, GrimReaper said: AFAIK header tabs can only be removed via their script files as they differ only by their index number, removing it from one page would remove different tab from other page(s). If I can't remove the "Favorites" header, is there a way to reword it to say something like "Don't click this" or make it the same color as the background so that it is not seen? The problem is now, if someone clicks on it, it goes to a blank screen and won't recover. I'm trying to make the interface as stupid proof as possible.
GrimReaper 4156 Posted November 15, 2023 Posted November 15, 2023 (edited) As said above, whatever you do on that header tab will (very likely negatively/undesirably) affect another tab with same index on some other page, so no. But maybe some fellow user might have some other idea. Edit: Or maybe UI changes will come sooner than that. Edited November 15, 2023 by GrimReaper Link 1
goobee01 1 Posted November 15, 2023 Author Posted November 15, 2023 If anyone is wondering, I have the most simplest homepage set up for each user.
goobee01 1 Posted November 15, 2023 Author Posted November 15, 2023 I wonder if I can do something backwards instead. How about if I change the desktop/background color to the same font color for "Favorites?" That should not affect anything else I don't think. The hamburger (3 lines) in the top left corner is white, not gray.
Solution goobee01 1 Posted May 8, 2024 Author Solution Posted May 8, 2024 I can bring closure to this topic, I found a way to remove "Favorites" with this bit of CSS: button.emby-button.emby-tab-button {display: none;} I don't know if this is the proper way to do this but it's working for me.
Happy2Play 9446 Posted May 8, 2024 Posted May 8, 2024 (edited) 11 hours ago, goobee01 said: I can bring closure to this topic, I found a way to remove "Favorites" with this bit of CSS: button.emby-button.emby-tab-button {display: none;} I don't know if this is the proper way to do this but it's working for me. Assuming you want tabs remove from everywhere. Now all those libraries no longer have tabs. So take your Home Videos library you are now stuck with what ever the landing page is as you removed the navigation tabs. Tabs are trick and most often not removeable as their indexes could result in different options per library. Edited May 8, 2024 by Happy2Play
goobee01 1 Posted May 8, 2024 Author Posted May 8, 2024 1 hour ago, Happy2Play said: So take your Home Videos library you are now stuck with what ever the landing page is as you removed the navigation tabs. Yep, that is exactly what I want, to have the cleanest and least options for my users. Basically, select and play is all that is needed. Whether it's movies... Or TV programs... It's exactly the same.
Happy2Play 9446 Posted May 8, 2024 Posted May 8, 2024 As long as that is all you need. Think the only library you would have issues would be Home Video and need to have a landing page of Folders, but I guess it truly depends on content as tab for Video/Photo won't be available.
goobee01 1 Posted May 8, 2024 Author Posted May 8, 2024 58 minutes ago, Happy2Play said: As long as that is all you need. Think the only library you would have issues would be Home Video and need to have a landing page of Folders, but I guess it truly depends on content as tab for Video/Photo won't be available. No worries, it's full of unique folders, each containing vacations or events. You select a folder and choose a single clip or use the Play All button.
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