---
title: "KB : How to change the Chat icon style"
canonical: "https://support.appfire.com/space/SUPPORT/607322946/KB%20%3A%20How%20to%20change%20the%20Chat%20icon%20style"
format: markdown
---
In order to change Chat icon color, top bar color, and new conversation button color, you may apply the following CSS


```
.spartez-support-chat-container .top-header{
background-color:#172b4d !important;
}


.chats-list button.new-conversation{
background-color:#172b4d !important;
}

.support-chat-sd-icon-class.support-chat-icon {
background-color:#172b4d !important;
}
```