I’ve created a course calendar with the course widget, showing all of our training opportunities. Is there a way to color code it? So far all of the courses are purple.
Thanks!
I’ve created a course calendar with the course widget, showing all of our training opportunities. Is there a way to color code it? So far all of the courses are purple.
Thanks!
Best answer by gstager
If you wanted to change the tags from purple to red, for example, give this a shot in your Branding and Look area for Custom CSS
/** Change Color of Calendar Event Tag **/
.docebo-calendar .cal-month-view .cal-days-events .cal-event {
background-color: rgb(255, 0, 0) !important;
}Let me know if that works for you.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.