# Changing font color of the Course

How to change the content font color for an entire Course:

* In the Course, select the Course Setup tab
* Under the Style tab, add the following text in the Cascading Style Sheet (CSS) Rules field:\
  \
  \<style type='text/css'>.lesson { color: black; }\</style>\ <br>
* You can change the color by typing the color name (e.g. black, red, blue) or adding the HTML color code (e.g. #060606, #F90F0F, #0F0FF9) behind color:\
  Example:   color: blue / color: #060606<br>
* Click Save.

![](https://e02.insite.com/files/sites/global/change-font-color/coursefontcolor.png)\
\
Please note:  Adding this code to the Course Style will change the color for all content in the Course. However, if there are Assessments or Surveys attached to the Course the font color for those items will not change as those are pulling data from a different toolkit.


---

# 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://docs.shiftiq.com/help/courses/create-course/changing-font-color.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.
