XF 2.0 Change color of a single node title?

Alternadiv

Well-known member
Tried adding
Code:
.node .nodeText .nodeTitle a
{
color: red;
}
to extra.less, but it doesn't do anything. I want to change the color of just one node title, node ID is 57.
 
Top Bottom