Change Color of text in "Task Name" collumn

Hello :slight_smile: Is it possible to change the color of the text on the left side of the Gantt Chart (Task Name Collumn)?

I want to have different colours, i.e., Tasks with childs with one colour, and tasks with no childs, other colour.

I tried

.gantt_tree_content {
color: red;
} and

.gantt_row.odd .gantt_tree_content{
color: blue;
}

but when I add another task, the color of the task is wrong :X

Thanks

Hi,
you can use a template function for a css class, so it will be possible to assign different styles depending on a task properties
docs.dhtmlx.com/gantt/api__gantt … plate.html