Skins - colors
-
Not natively, but I have written a theme switcher that addresses this
Go to https://sudonix.org and look for the swatch icon
You'll see a number of available themes there. The code I wrote has a number of iterations since v3.x, so will need new documentation which I've put together here
https://sudonix.org/topic/542/swatch-theme-changer
Let me know if this is what you want. It's not supported here - only on my site as it's custom code.
-
When a skin is applied the
body
tag gets a class that identifies it so you can use custom CSS to only target that skin, for example if you useflatly
then body hasclass="skin-flatly"
. In your css you can do.body.skin-flatly { // css that only applies to flatly skin }
-
-
Copyright © 2024 NodeBB | Contributors