XF 1.4 Specific Thread CSS

thunderup

Active member
So I am trying to do this in css with specific nodes it works, but I cannot figure out what I need to do for a specific thread:


Code:
.node142 #header
{
    background: url("URL-HERE.png") ;
}


THat works, but when doing this, it does not work


Code:
.thread1800 #header
{
    background: url("URL-HERE.png") ;
}


Any ideas?
 
Top Bottom