hide progress section
-
good afternoon, how to hide the progress section
-
Hi Claudio,
To hide the course progress block in the Edwiser course format card layout, please navigate to Site Admin > Appearance > Themes > Edwiser RemUI > Custom CSS and add the following CSS code:
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .coursedetails .details {
display:none;
}Thank you