Changing the color of individual nodes

dehness

Well-known member
Hi,

I'm using:

.nodeList .nodeText .nodeTitle a {
color: #36844C !important;
}

to change the color of the nodes on my forum (for some reason the style necessitates the use of the !important tag), however, I'm trying to change the color of individual nodes as well.

I tried for eg.

.nodeList6 .nodeText6 .nodeTitle6 a {
color: #36844C !important;
}

To specify an individual node as was done in other threads on Xenforo.com, but for some reason they're not changing color. Does anyone know where I'm going wrong?
 
Last edited:
Top Bottom