XF 1.5 Change colour of Child nodes

vanucci

Active member
hello

How do I change the colour of the text for child nodes ?

I have found out from searching that

Code:
.nodeList .categoryStrip .nodeTitle a {
  color: #259ff8;
}

will change the category node color, but its does all categories. Is it possible to define which nodes are which colours also ?

Thanks
 
I'm new to xenf so i have a couple questions to that

which bit is the seletor ?
when i hover over the child nodes, it says example.12 would the 12 be the id, or the full example12?
 
Top Bottom