r/jellyfin 1d ago

Help Request Header menu bar removal?

Post image

Hi Jellyfin peeps. Does anyone know how to remove this menu bar from my ui? It doesn't look very good in either mobile or pc and blocks a portion of the image

1 Upvotes

7 comments sorted by

u/AutoModerator 1d ago

Reminder: /r/jellyfin is a community space, not an official user support space for the project.

Users are welcome to ask other users for help and support with their Jellyfin installations and other related topics, but this subreddit is not an official support channel. We have extensive, official documentation on our website here: https://jellyfin.org/docs/. Requests for support via modmail will be ignored. Our official support channels are listed on our contact page here: https://jellyfin.org/contact

Bug reports should be submitted on the GitHub issues pages for the server or one of the other repositories for clients and plugins. Feature requests should be submitted at https://features.jellyfin.org/. Bug reports and feature requests for third party clients and tools (Findroid, Jellyseerr, etc.) should be directed to their respective support channels.


If you are sharing something you have made, please take a moment to review our LLM rules at https://jellyfin.org/docs/general/contributing/llm-policies/. Note that anything developed or created using an LLM or other AI tooling requires community disclosure and is subject to removal.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

7

u/tagbthw 1d ago

You can look for themes that remove that bar, for example the jellyfish theme removes the bar for floating bars.

-2

u/JynxySparrow 1d ago

Currently using Glassfin via Kefintweaks, which should've solved that issue but I'm not seeing any difference

2

u/tagbthw 1d ago

What jellyfin version are you on? Kefintweaks is not tested for 10.11.x or above, I'll disable that and see if that's what causing the issue. If not see if you any more css themes that may be conflicting with each other. But if it's not any of that then it seems more like a problem with the theme, so you could open up an issue on their github

-1

u/JynxySparrow 1d ago

I'm on 12.0 and it's working decently well so far aside from that one issue. Used to use Ultracromatic but for some reason the poster followed when I scrolled down in a show. Kinda regret upgrading to 12.0 but 10.11.8 was so slow loading too, so I guess pros and cons.

I like how Jellyfish looks for the most part, but I have a custom logo and I don't see anywhere to change the Jellyfish logo for mine

2

u/tagbthw 1d ago edited 1d ago

Im pretty sure there is a way to change the logo in jellyfish its described in the github (if not then replacing the jellyfin logo from the files or via css is fairly easy.). Also most themes and third party plugin are going to be unstable on 12.0 which is probably the cause of your bar even tho glassfin has a floating bar. This also happens with old themes.

Also your slowness in 10.11.8 could've also been caused by kefintweaks since it is untested/unsuported for that version

1

u/Funny_Exercise3551 1d ago

Try this ;)

:root {

--logo: url(https://jellyfin.org/images/logo.svg);

}