Hello
Can I ask if anyone can supply the CSS code in order to change the colour of the new priority status on the course and learning plan cards? (Mandatory, Required, Recommended etc)?
Thank you in advance for your help.
Lisa
Hello
Can I ask if anyone can supply the CSS code in order to change the colour of the new priority status on the course and learning plan cards? (Mandatory, Required, Recommended etc)?
Thank you in advance for your help.
Lisa
Best answer by andrew.charles
Hello
A few additional caveats on CSS provided by Docebo. This isn’t guarenteed to work with backwards-compatibility. As an example, if we isolated this into it’s own class or ID, we wouldn’t announce it on our Product Changes, and it would have to be updated.
So we recommend doing a few things with CSS provided by Docebo in posts like this one:
* Implement periodic reviews of all CSS used
* Carefully implement it and make sure it only does what you want it to (ie, turn text green on Course Card pages)
With the above disclaimers given, the code I was able to figure out to turn these statuses green would be:
.ui-card-status-details {
color: rgb(26, 198, 26);
}
It looks like the below with a specific lighter shade of green shown than my base green color. We could use a hex value, color name or RGB values as above.
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.