2024-09-06, 03:03 PM
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
to this
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 />