I am having trouble changing the color for the “Moderated” button on courses that require approval. What CSS do I need to apply in order to change it?
Page 1 / 1
Are you referring to the tag shown in the card catalog on courses?
/** Begin Change Color of 'Moderated' Tag **/
/** Change Value For Color As Desired **/
div.ui-card-header-badges ui-badge-status > div.ui-badge-status-alert {
background-color: #03A7C2;
}
/** End Change Color of 'Moderated' Tag **/
Try this and be sure to test for the impact of other areas.
This worked perfectly. Thank you so much!
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.