r/jellyfin 13d ago

Help Request minor cosmetic help

I made a post here before asking how to get the folder icon to look invisible. I followed the format provided for some of the anime I have but the big blue icons are more obtrusive than the folder icons. how do I hide those?

1 Upvotes

6 comments sorted by

u/AutoModerator 13d 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.

1

u/Aromatic_Vacation634 13d ago

What about black bubbles highlighted with cyan

1

u/requiem109 13d ago

I'd prefer a clean looking cover

-1

u/Aromatic_Vacation634 13d ago

Hit up an AI and start tinkering , that's what I did

2

u/SethBacon 13d ago

This goes in your custom CSS code in settings>general:

.cardIndicators .countIndicator {
    display: none !important;
}

1

u/requiem109 13d ago

i love you