Changing Background on NodeBB
-
How we can add background image to nodeBB?
-
@cagatay depends where you want to apply it
-
@phenomlab as for the sudonix for example all grey area.
-
@phenomlab as for the sudonix for example all grey area.
@cagatay You’d target the
bodytag and use the below line of CSSbackground: url(/assets/customcss/backgrounds/default/default.png) no-repeat center center fixed;Obviously, you need to change the path to suit where your image is being stored.
More info around the
backgroundproperty can be found here -
undefined cagatay has marked this topic as solved on