Arty
Well-known member
If you set color in @nodeTitle property, it doesn't change forum link color. It is applied to
but link is
that takes color value from
Complimentary property for unread links @nodeTitleUnread behaves differently and affects links.
In node_list.css
should be changed to
Code:
.node .nodeText .nodeTitle
Code:
.node .nodeText .nodeTitle a
Code:
.primaryContent a
In node_list.css
Code:
.node .nodeText .nodeTitle
{
Code:
.node .nodeText .nodeTitle,
.node .nodeText .nodeTitle a
{