vanucci
Active member
hello
How do I change the colour of the text for child nodes ?
I have found out from searching that
	
	
	
		
will change the category node color, but its does all categories. Is it possible to define which nodes are which colours also ?
Thanks
				
			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
