Even though I've tried blanking the fields in both front and back end editors, I'm seeing "Marks: Duration: Expired" in every unit. I don't plan on marking the assignments, and feel the "Time Remaining" counter in the banner is adequate. Is there some way I can get rid of this text saying "Marks: Duration: Expired" in every unit from now on?
Can you please share the screenshots from where you want to remove it.
This reply has been marked as private.
Hi..
This is the assignment marks and duration shown in the course status page.
If you want to hide it then please try adding the bellow css in your appearance->customize->custom css:
h3.assignment_heading strong {display:none;}
Thank you - worked really well.