XF 1.5 Node Background

Aberidius

Member
Hi.
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.
 
Top Bottom