Skip to main content

Hello,

I did not find an answer - does anyone know how to change the textfield colors of the course status displayed in the My Activity page via CSS?
I managed to modify them at most of the other places, but am failing here.

Thanks

 





 

Found it, hope it can help someone.

div.user-status.completed {
    background-color: black !important;
}
div.user-status.in-progress {
    background-color: blue !important;
}
div.user-status.to-begin {
    background-color: red !important;
}


Reply