> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/chatbot-customisation/custom-css.md).

# Custom CSS

{% hint style="info" %}
Available on Premium plan and above
{% endhint %}

To make changes in the UI using the CSS, you need to go to 'Channel Configuration -> Web -> Appearance'&#x20;

Here are the classes that you can modify;&#x20;

<table data-header-hidden data-full-width="true"><thead><tr><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>Field</strong></td><td align="center"><strong>Class Name</strong></td></tr><tr><td align="center">Pop-up message</td><td align="center">.avatar<br>.popup-message<br>.popup-close-button</td></tr><tr><td align="center">Header Text</td><td align="center">.bot-title</td></tr><tr><td align="center">Header Logo</td><td align="center">.avatar--title</td></tr><tr><td align="center">Meta date information</td><td align="center">.meta-info<br>.meta-info--label</td></tr><tr><td align="center">Text message in the chat section</td><td align="center">.text-message</td></tr><tr><td align="center">Time-stamp &#x26; typing indicator</td><td align="center">.timestamp</td></tr><tr><td align="center">Options / Buttons dialog</td><td align="center">.option-button</td></tr><tr><td align="center">Carousel Title/ Subtitle / Buttons</td><td align="center">.carousel-title<br>.carousel-subtitle<br>.carousel-button</td></tr><tr><td align="center">Calendar Submit Button</td><td align="center">.submit-button</td></tr><tr><td align="center">Carousel Image</td><td align="center">.card-view-image</td></tr><tr><td align="center">Slider title and submit button</td><td align="center">.popup-title<br>.submit-button</td></tr><tr><td align="center">File Upload , Submit, Add more button</td><td align="center">.popup-title<br>.submit-file<br>.add-file</td></tr><tr><td align="center">Home Button</td><td align="center">.home--button<br>.reset--button</td></tr><tr><td align="center">Action Buttons</td><td align="center">.action-button</td></tr><tr><td align="center">Input box on the chat widget</td><td align="center">.chat-input</td></tr><tr><td align="center">Avatar for title</td><td align="center">.avatar</td></tr><tr><td align="center">Header of the chat widget</td><td align="center">.message-screen-header</td></tr><tr><td align="center">Carousel Root, Image , Carousel slider frame,</td><td align="center"><strong>carousel &#x26; carousel-image</strong>:<br>.slider-frame<br>.card-image</td></tr><tr><td align="center">File List item Root and Classes for title , icon</td><td align="center"><strong>file-preview: label:</strong><br>.filepond--root<br>.iconwrap<br><strong>textwrap file listitem</strong>:<br>.filepond--file-wrapper<br>.filepond--action-remove-item</td></tr><tr><td align="center">Form Input</td><td align="center">.form-input</td></tr><tr><td align="center">Phone Input, Seach box for country dropdown , Country list</td><td align="center">.phone-input:<br>.search-box-sub-container<br>.country-list</td></tr><tr><td align="center">Google Calendar Drawer</td><td align="center">.google-calendar</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.supporthunt.com/chatbot-customisation/custom-css.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.
