Skip to main content
Question

CSS to remove 0/1 lesson completion on course player

  • April 11, 2024
  • 0 replies
  • 26 views

jcellitti
Influencer I
Forum|alt.badge.img+1

 

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?