Skip to main content

Currently “in progress” courses show as having a black background, which matches the background of “completed” courses.  Could this be a different color so it’s more eye-catching to the user?  Or stay green until it’s completed?

 

 

We got it to work with this:

 
/** Change text color of In-Progess indicator on tile **/

.ui-card-status-in_progress .ui-badge-status-neutral {
color: #FFFFFF
 
; background-color: #1D700F
 
 !important;}
 
 

@MHelme I’m so glad to hear you were able to implement what you needed using CSS! I’m going to convert this to a question so others can more easily find the solution you’ve posted here. Thank you so much for sharing with the community!


Any thoughts on how to update the background color for Instructor?  


Reply