![]() |
Disable/Hide Trailers and Upcoming - 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: Disable/Hide Trailers and Upcoming (/t-disable-hide-trailers-and-upcoming) |
Disable/Hide Trailers and Upcoming - Zuczek1 - 2025-09-16 Hello, I would like to hide Trailers completly from Movie>Trailers. I found a code which is almost work, its hide Trailers, but after refresh, reload Trailers appear. /*Hide the "Trailers" tab in Movies*/ .mainDrawer:has(.navMenuOption-selected[href^="#/movies.html"]) + .skinHeader .emby-tab-button[data-index="2"] { display: none !important; } Do You have any idea how to hide it completly? And same story with Upcoming from TV Shows. Any idea how to completly hide it/disable? Thanks a lot for help! Best regards |