Best Answer

In Progress Courses Background Color

  • 19 August 2022
  • 3 replies
  • 131 views

Userlevel 2

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?

 

 

icon

Best answer by MHelme 9 November 2022, 21:24

View original

3 replies

Userlevel 2

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;}
 
 
Userlevel 7
Badge

@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!

Userlevel 5
Badge

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

Reply