Jellyfin Forum
Hide „Movies“ on actor detail page - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Hide „Movies“ on actor detail page (/t-hide-%E2%80%9Emovies%E2%80%9C-on-actor-detail-page)



Hide „Movies“ on actor detail page - zelpi - 2024-12-06

Meaning just the word above the movie covers indicating where an actor plays. How can I hide this with css?


RE: Hide „Movies“ on actor detail page - Ted Hinklater - 2024-12-06

You can use

Code:
#childrenContent .sectionTitle.sectionTitle-cards { display: none;}

it's not suuuper specific to that "Movies" section title, might hide some other sectionTitles but I had a quick check around the main ones and they look unaffected