Hi.
A while back when i used Xenforo, i looked at the body node id which is
in my EXTRA.css , i put
This works fine, however, i keep seeing the main background image behind the specific one for this node.
A while back when i used Xenforo, i looked at the body node id which is
HTML:
<body class="node54 node33">
in my EXTRA.css , i put
Code:
body.node54 {
background-image:url("imagehere");
}
This works fine, however, i keep seeing the main background image behind the specific one for this node.