Skip to main content

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. 

 


@andrea.bullock - You will need to use the Localization Tool

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