2023-09-19, 04:24 PM
(2023-07-28, 03:24 AM)IPQ Wrote: I would like to use some custom css to customise my jellyfin, I want to modify a theme but it is a bit tricky to edit one thing in a big file and then put it back in the custom CSS box and then save and reload, it would be easier to open the files in vs code and using the live server plugin, I would be able to attach a file to put all the custom CSS in and see live changes as I make them.
Is this possible and if so how would I go about doing it?
There is another option that may help you. You can edit the branding.xml file , you will locate it in the library directory, there is the same information there that you pick up from the "Use custom CSS code" box.
That if you are going to have to restart Jellyfin, if you have it in a docker it is faster to do , and remember to clear the browser cache.
Another faster thing to do is in the browser in developer mode F12, you can apply the CSS Styles changes on the fly, this can give you a more stable idea of how to implement it at the end. I hope you continue working with your customization and share with us your doubts or progress