Skip to main content
Question

CSS to remove 0/1 lesson completion on course player

  • 11 April 2024
  • 0 replies
  • 19 views

 

Can anyone help me remove the above?

 

I have tried: 

 

.lrn-course-player.lrn-widget-session-completion-status-open {
display: none;
}

.lrn-widget-session-completion-status-open {
display: none;
}

lrn-widget-session-completion-status-open {
display: none;

 

What am I missing?

0 replies

Be the first to reply!

Reply