Each node has a unique class added to it:
.node_#ID#
Use that in your selectors.
.nodeTitle .node_8 {
color: red;
}
Use the following as a guide. http://xenforo.com/community/resources/multi-coloured-node-li.1733/
But I want to customize the nodeTitle not the category title.
Look at the code used the node titles are styled and you can use those as reference.
Your ID will differ try the following insert your forum ID and choice of colour.
Code:.node_38 .nodeTitle a{ color: blue; }
Nope.
I used the above CSS and its working fine. You are most likely adjusting the .node_#ID# class incorrectly.
.node_1 .nodeTitle a {
color: red !important;
}
You don't have a node of ID #1. The CSS can't find an element to work on.
You also don't have a Node ID#7 on your forum home.
We use essential cookies to make this site work, and optional cookies to enhance your experience.