2024-09-06, 03:05 PM
(This post was last modified: 2024-09-06, 03:40 PM by M0RPH3US. Edited 3 times in total.)
(2024-09-06, 03:03 PM)TheDreadPirate Wrote: If the server is Linux, go to /etc/jellyfin/branding.xml. If the server is Windows, go to C:\ProgramData\Jellyfin\Server\config\branding.xml.
In that file will be a CustomCss field. Change it from
Code:<CustomCss>
{insert a bunch of CSS here}
{insert a bunch of CSS here}
{insert a bunch of CSS here}
{insert a bunch of CSS here}
</CustomCss>
to this
Code:<CustomCss />
@TheDreadPirate
It's strange that this didn't work because I tested this and gave this css code. It's working for me. I won't give any untested code. 😞 How come this borks up the entire page??