CSS to hide Resume button on the Course Progress block while using Card Course format

Add this CSS to remove the Resume button on the Course Progress block while using Card Course format. You need to add the following CSS in Edwiser RemUI settings > General settings > Custom CSS section

For Moodle 4.0 and above:

.header-sub-section .progress-resume-wrapper .btn-block {
display: none;
}


For Moodle 3.11 and below


.general-section-card-details .coursedetails div.text-center {
display: none;
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us