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! 


Reply