Jellyfin Forum
custom css - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: custom css (/t-custom-css--7694)



custom css - Luciano - 2024-08-28

I'm using this custom css code but just the top one work (hide crew and cast) 
Am i doing anything wrong?

#castCollapsible {
  display: none;
}

#similarCollapsible {
  display: none;
}


RE: custom css - TheDreadPirate - 2024-08-28

Did you add castCollapsible first and then add similarCollapsible?  Try ctrl+f5 to fully refresh or clear the site data in your browser for jellyfin. Your browser may be caching the page without the new CSS.

[Image: attachment.php?aid=4247]
[Image: attachment.php?aid=4248]
[Image: attachment.php?aid=4249]


RE: custom css - Luciano - 2024-08-28

the code was typed as i showed on the original post, did you see it?  Slightly-frowning-face
Using ctrl+f5 to fully refresh jellyfin page doesn't work
Using a clean data browser neither


RE: custom css - TheDreadPirate - 2024-08-28

I saw it. Just wanted to make sure that everything was done at the same time. I don't see why it wouldn't work.