Course Layout

Available layouts

Layout #1

Layout #2

Available options

Hide Course Index Navigation

Display teachers section

Display the teachers' section on the main course page.

Display course summary (Course Index 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.

Display course details (Course Index Page)

Display course image (Course Index Page)

Display Course Progress Bar

Course progress bar displays on the course index sidebar

Activity Icons

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);
}

Last updated