# Course Layout

## Available layouts

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><em>Layout #1</em></td><td><a href="/pages/3HBXDiZOxH0hPZFT5gAV"><strong>Standard View</strong></a></td></tr><tr><td><em>Layout #2</em></td><td><a href="/pages/tWcqUllppqdp4kgqjsj3"><strong>Tab Layout</strong></a></td></tr></tbody></table>

## Available options

### Hide Course Index Navigation

<figure><img src="/files/Otaow6bbS8PxDIQmV435" alt=""><figcaption></figcaption></figure>

### Display teachers section

Display the teachers' section **on the main course page.**

<figure><img src="/files/fdztDdE2ZUuknplthgGj" alt=""><figcaption></figcaption></figure>

### 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.*

<figure><img src="/files/i5FRJMHLUzeOtqGb2OGR" alt=""><figcaption></figcaption></figure>

### Display course details (Course Index Page)

<figure><img src="/files/ja4yfKm3q13Qce0kucXp" alt=""><figcaption></figcaption></figure>

### Display course image (Course Index Page)

<figure><img src="/files/kYziuL6hDZ2LXNZ9DYXO" alt=""><figcaption></figcaption></figure>

### Display Course Progress Bar

Course progress bar displays on the course index sidebar

<figure><img src="/files/1CZq4f1UpXtTiSwcrXci" alt=""><figcaption></figcaption></figure>

### Activity Icons

Customize activity icon colors.\
Add a custom CSS (Advanced - Raw SCSS) to change the icon color from black to white.

{% code overflow="wrap" lineNumbers="true" %}

```css
.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
    filter: invert(1);
}
```

{% endcode %}

<figure><img src="/files/IgFjGf4ChacKo1a5Br0w" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rosea.gitbook.io/monocolor/ui-kit/course-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
