Comment on page
Course Layout
Layout #1
Layout #2

Display the teachers' section on the main course page.

- 1.Custom width of the Course Description Wrapper (First Tab) -> If empty then the container will be full width.
- 2.Custom width of the Course Description Wrapper (Course subpages) -> If empty then the container will be full width.



Course progress bar displays on the course index sidebar

Customize activity icon colors.
Add a custom CSS (Advanced - Raw SCSS) to change the icon color from black to white.
1
.activityiconcontainer .activityicon,
2
.activityiconcontainer .icon {
3
filter: invert(1);
4
}

Last modified 5mo ago