Add possibility to use custom css

Hello,

I see discussion about dark mode but not about custom css. I would be usedful to add this option to have a page css in settings to add custom css property to keep this change with update and don’t touch to the frontend file, like obsidian.
For exemple :

  • I would like remove note “#1” number on kanban card
  • Put css property on card if card class “is-done”

Thanks in advance,

1 Like

So you think this should be a user setting?

Maybe more an admin settings or user settings if you don’t want have an admin account. I could be a menu option in the settings name “Additionnal css” to give possibility to write additionnal css code.

2 Likes

Hi,
You should adding an option for custom CSS in settings would indeed be useful, similar to how Obsidian handles it.
Thanks

I’d just like to add that this would be really useful. I’d like to be able to tweak some of the colours etc. I’d also like to hide a few bits to make the UI simpler. For example, hiding the ‘create bucket’ when using project sharing by URL (if I can find a way to CSS select it).

Actually, it would be really good to be able to add custom CSS and also custom JS, or just a ‘Custom HTML’ field which get’s injected somewhere. I use Wiki.js which allows similar (at page level) and occasionally it’s really useful to add flexibility.