I am working on https://www.primefaces.org/showcase/ui/panel/dashboard.xhtml
Here i want to modify the UI and apply CSS
- Set label of boards (Todo, In-progress, Done, Block)
- Apply custom CSS on each dashboard
I've tried using, but it is apply on all dashboards
.ui-dashboard-column::before{
font-weight: bold;
color: navy;
content: "Todo List. ";
}