XF 1.5 How to colour nodes?

Add the below code to your EXTRA.css template and change the node ID (2) and the color (red) to switch your needs.

Code:
.node_2 .nodeTitle a{
color: red;
}
 
Top Bottom