Course Layout
Last updated
Was this helpful?
Last updated
Was this helpful?
Display the teachers' section on the main course page.
Custom width of the Course Description Wrapper (First Tab) -> If empty then the container will be full width.
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.
.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
filter: invert(1);
}
Layout #1
Layout #2