This changes a node on the forun list:
Code:
.node.node--id5 {
background: url(imagepathhere) no-repeat center center yellow;
}
This will change the page background when viewing that node (may need to adjust depending on where your backgrond is set:
Code:
[data-container-key="node-255"] .p-pageWrapper {
background: url(imagepathhere) no-repeat center center yellow;
Should work in extra.less
Last edited: