How to hide Course information/details in the while using Edwiser Course Format

For Moodle 4.0 and above:

Add this CSS in Site Admin > Appearance > Themes > Edwiser RemUI > General setting > Custom CSS section:

body#page-course-view-remuiformat .course-content .sections #section-0 .general-section .section-details .coursedetails .details{
display:none !important;
}




FOR Moodle 3.11 and Below:

Add this CSS in Edwiser RemUI setting > General setting > Custom CSS section:

body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .coursedetails .details  {
   display: none;
}


Before applying CSS
Before applying CSS

After applying CSS
After applying CSS

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