Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To change the appearance of the Chat Widget on an external website, you need to modify the widget’s HTML code that you’ve placed on the website, along with the CSS rules set on the page.

...

Below code helps in changing the colour in chat-widget (support-chat-icon) which is highlighted in screenshot-I

Code Block
languagehtml
<style>.support-chat-icon {background-color: #d4652c !important;}</style>

...

Below code helps in changing the colour in chat-widget (new-conversation) which is highlighted in screenshot-II

Code Block
languagehtml
<style>.new-conversation {background-color: #d4652c !important;}</style>

...

Below code helps in changing the colour in chat-widget (top-header) which is highlighted in screenshot-III

Code Block
languagehtml
<style>.top-header {background-color: #d4652c !important;}</style>

...

Below code helps in changing the colour in chat-widget (submit-button) which is highlighted in screenshot-IV

Code Block
languagehtml
<style>.spartez-support-chat-container .submit-button {background-color: #d4652c !important;}</style>

...

Below code helps in changing the colour in chat-widget (send-message-button-main) which is highlighted in screenshot-V

Code Block
languagehtml
<style>.spartez-support-chat-container .send-message-button-main {background-color: #d4652c !important;}</style>

...