Quote:
Originally Posted by adembaba
That changes all of the forumhead titles at once, not individually
|
Oh so you want to change the color for each one to a different one?
Then in that case you're going to have to manually edit the template and use the forumid as a selector
<a id="flink$forum[id]">Forum Title</a>
Then assign link CSS to each one like
#flinkX a {color: blue}
#flinkXX a {color: white}
Those variables are probably wrong but you should be able to get the idea from that.