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?
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!
does any one know a way to change the word moderated to something else. We would like it to say pending approval.
Do a search for Moderated
Change this line - Double click the far right - It will say Moderated - I changed it to say Pending as a test and it worked for me. You may want to keep an eye out for any other places where it is changed.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.