Hi,
You may turn off the message either for all the columns or for specific ones, here is an example:
https://codepen.io/svetoslavb04/pen/mdarMMr
Turning off the message can be made with pure CSS:
/*For specific columns*/
.smart-kanban-column[data-field=”manualTesting”] .smart-kanban-column-content-tasks.empty:after{
content: “”
}
/*For all columns*/
.smart-kanban .smart-kanban-column-content-tasks.empty:after {
content: “”
}
Best Regards,
Svetoslav Borislavov
Smart UI Team
https://www.htmlelements.com/