@Madchatthew said in TNG + Nodebb:
you have to try and use duck tape and super glue to change something to make it do what you want it to do
I couldn’t have put that better myself.
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.
@cagatay You’d target the body
tag and use the below line of CSS
background: 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 background
property can be found here