Hi I’m quite new to the Docebo platform and would to change the rectangle label colour on the course cards for the status of the courses. We currently have blue for not started, which changes to black for courses In Progress or Completed, but we would like to have this as the following:
Red - Not Started Amber - In Progress Green - Completed
Any help on this would be very much appreciated. Thanks
Page 1 / 1
Hi @ChristineW
I’m not sure if there is a way to change the colour of all 3. The closest I’ve got is to have the same colour for In progress and Completed and a different colour for Not Started. Someone may be able to improve upon this.
/*Change label colours on course cards in Courses and Learning plans widgets*/
.ui-badge-status-success {
background-color: red !important;
}
.ui-badge-status-neutral {
background-color: green !important;
}
.ui-badge-status-light {
background-color: aqua !important;
}
@Stephen.Barton thanks for your reply, this is really helpful, thanks I’ll try this.
Can confirm @Stephen.Barton is right, there’s no way to distinguish the two apart from each other on current setup, it is unfortunate, but thats the best you can do in this scenario.
@Stephen.Barton I’m testing out some CSS to do just this.
So far, I can get it to work within a Learning Plan, but not a Catalog.