> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.unicornplatform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Highlighted title

In this guide, you will learn how to highlight portions of your headlines with colour:

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_cecg5z.png)

#### Step 1/4

Copy this code:

```
<style>
.custom-highlight {
background-color: #ffcccc;
}
</style>
```

#### Step 2/4

Paste it into your **Settings** -> **General settings** > **Global <body> HTML code** section:

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/7/8/7e782a40c0560c00/image_xtfafl.png =550x550)

#### Step 3/4

Replace the colour code with your own one:

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_cwotp.png)

#### Step 4/4

Pick the title you want to edit and wrap it with these HTML tags:

```
<span class="custom-highlight">Your Title</span>
```

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/7/8/7e782a40c0560c00/image_6goeag.png =500x500)
#### Done!

Open the live version of your website to see the results:

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_1ui82kn.png)