Custom CSS - an Overview
From the SalesIQ dashboard, when you navigate to Settings > Brands > Personalisation, you will plenty of customization options for your SalesIQ chat widget and window, without touching a line of code. If you are a developer, however, you might prefer to write your own code instead of using our custom design controls. In this case, you can upload your Custom CSS file in the Change Chat Window Appearance with Custom CSS File section, which can be found in the Chat Window sections.
Here, we have broken down all of the structural elements of the module and given you the field names and their CSS. Using which, you can apply CSS to individual parts of the module. For example, you could apply custom CSS directly to a header, or create your own footer in the Chat window using this CSS.
You can change the look and feel of the chat window header.
CSS:
Example:
- header {
- height: 80px !important
- }


Company Logo
You can use your company logo in the chat window header using this CSS. You can also customize the height and width of the logo to suit the chat window.
Example:
- .siq-company-logo {
- border-radius: 15px !important
- }


Chat attender name
You can change the display, font and color of the Chat Attender name using this CSS.
CSS:
- .siq-chat-attender-name
- {
- }
Example:
- .siq-chat-attender-name {
- color: black !important;
- }


Chat attender description
You can change the display, font and color of the chat attender description using this CSS.
Example:
- .siq-about-me {
- color: darkgray !important;
- }


Chat window - closing icon
You can change the look and feel of the chat window closing icon using this CSS.
Example:
- .siq-close-icon:before {
- color: black !important;
- }



You can change the style, appearance, color of the chat window footer using this CSS.
Example:
- footer {
- background-color: lightgray !important;
- }


You can customize the message sending button according to your website design and needs using this CSS.
CSS:
- .siq-send-button,
- .siq-send-button:before{
- }
Example:
- .siq-send-button,
- .siq-send-button:before {
- color: green !important;
- }


Chat window - Minimize icon
You can change the look and feel of the chat window minimize icon using this CSS.
CSS:
- .siq-minimize-icon:before
- {
- }
Example:
- .siq-minimize-icon:before {
- color: black !important;
- }


Subscribing to Newsletter section
You can reform the section related to setting up the subscribe checkbox for subscribing Newsletters in the chat widget.
Example:
- .siq-newsletter {
- background: #ccc !important;
- }


Check box - Subscribing to Newsletter section
You can change the style, appearance, color of the subscribe to newsletter section's - check box in the chat window using this CSS.
Example:
- .siq-checkbox {
- color: cadetblue !important;
- }


Label - Subscribing to Newsletter section
You can change the style and font of the subscribe to newsletter section's - label in the chat window using this CSS.
Example:
- .siq-checkbox-label em {
- color: red !important;
- }


Messaging area
Modify the messaging area in the chat window. You can change the appearance of the text, include color to the text, font, font-size and much more using this CSS.
Example:
- .siq_content {
- background: #dedede57 !important;
- }


Visitor text message typing area
Modify the visitor text typing area in the chat window using this CSS.
Example:
- .siq-message-textarea {
- background: #eee !important;
- }


Operator typing status
Using this CSS, you can modify the operator typing status that will be displayed to the visitors in the chat window.
Example:
- .siq-typing-message {
- color: darkgray !important;
- }


You can change the appearance of the messaging area - menu in the chat window using this CSS.
Example:
- .siq-menu:before {
- color: gray !important;
- }


You can modify the messaging area - visitor chat ending button using this CSS.
CSS:
- .siq-end-chat-button:before
- {
- }
Example:
- .siq-end-chat-button:before {
- color: gray !important;
- }


Emojis section
You can modify the emojis and smileys section in the text message area of the chat window using this CSS.
Example:
- .siq-smileys-section {
- background: #eee !important;
- }


Individual emoji
You can change the appearance of individual emoji in the input area of the chat window using this CSS.
Example:
- .siq-smileys {
- background: #eee !important;
- }


Emoji icon
You can change the appearance of the messaging area - emoji icon in the chat window using this CSS.
Example:
- .siq-smiley-icon {
- box-shadow: 0 0 1px !important;
- border-radius: 5px !important;
- }


URL sharing section
You can modify the URL sharing section look and feel, font, font-size and much more here.
Example:
- .siq-share-url {
- color: red !important;
- }


You can change the visitor input area like the drop-down and the text box here.
You can change the appearance of the choosing department drop-down field in the visitor input area using this CSS.
Example:
- .siq-dropdown {
- background-color: #d6c8c8 !important;
- }


Text box - Visitor input area
You can change the appearance of the text box field in the visitor input area using this CSS.
Example:
- .siq-input-text-box {
- color: darkgray !important;
- }


Text message field - Visitor input area
You can change appearance, look and feel, font, and font size of the text message field in the visitor input area using this CSS.
Example:
- .siq-message-area {
- border-radius: 30px !important;
- overflow: hidden !important;
- }


You can change the appearance and color of the cancel button in the visitor input area of the chat window using this CSS.
Example:
- .siq-cancel-button {
- background-color: red !important;
- color: #fff !important;
- }


You can change the appearance, text and color of the update button in the visitor input area of the chat window using this CSS.
Example:
- .siq-update-button {
- background-color: green !important;
- }


You can modify the mandatory option in the visitor input section of the chat window using this CSS.
Example:
- .siq-required {
- border-color: green !important;
- }


Rating and feedback section
You can modify the rating and feedback section look and feel, font, buttons and much more here.
Example:
- .siq-feedback-section {
- background: #eee !important;
- }


Chat rating icon
You can modify the appearance of the chat rating icon using this CSS.

Feedback text area
You can modify the feedback section's text area look and feel, font, buttons and much more here.
Example:
- .siq-feedback-textarea {
- box-shadow: 0 0 13px #c7a8a8 !important;
- }


You can change the appearance, font and color of the information banner in the chat window using this CSS.
Example:
- .siq-info-banner {
- color: red !important;
- }


You can change the appearance of the information banner - timer in the chat window using this CSS.
CSS:
- .siq-info-timer,
- .siq-info-timer:before {
- }
Example:
- .siq-info-timer,
- .siq-info-timer:before {
- color: gray !important;
- }


Info banner in the messaging area
You can change the look and feel, borders and text of the info banner that appears in the messaging area of the chat window using this CSS.
Example:
- .siq-info-message {
- color: darkgray !important;
- }


Send e-mail section
You can change the appearance, font, font style and color of the send email section available in the menus of the chat window using this CSS.
CSS:
- .siq-send-email-section
- {
- }
Example:
- .siq-send-email-section {
- box-shadow: 0 0 20px #988d8d !important;
- }


Send e-mail - text input field
You can change the appearance, font, font-size and color of the menu - send e-mail - text input field in the chat window using this CSS.
Example:
- .siq-send-email-input {
- color: #7d2222 !important;
- }


Operator message section
You can change the look and feel, font, font-size and color of the operator message section in the chat window using this CSS.
Example:
- .siq-agntmsg {
- background: #eee !important;
- border-radius: 10px !important;
- }


Operator name - message section
You can change the look and feel, font, font-size and color of the operator name in the message section of the chat window using this CSS.
Example:
- .siq-user-name {
- color: darkgray !important;
- }


Operator message
You can change the look and feel, font, font-size and color of the operator message in the chat window using this CSS.
Example:
- .siq-user-message {
- color: #00b3ff !important;
- }


Visitor message section
You can change the look and feel, font, font-size and color of the visitor message section in the chat window using this CSS.
Example:
- .siq-visitmsg {
- background-color: #eee !important;
- }


Visitor's messaging time
You can modify the appearance of the visitor's message time in the messaging area of the chat window using this CSS.
Example:
- .siq-message-time {
- color: #312727 !important;
- }


Visitor name - message section
You can change the look and feel, font, font-size and color of the visitor's name in the message section of the chat window using this CSS.
Example:
- .siq-visitor-name {
- color: darkgray !important;
- }


Visitor message
You can change the look and feel, font, font-size and color of the visitor message in the chat window using this CSS.
Example:
- .siq-visitor-message {
- color: aqua !important;
- }


Attachment section
You can change the look and feel, borders of the attachment section in the chat window using this CSS.
Example:
- .siq-file-attach {
- height: 100px;
- }


File attached in the chat window
You can change the look and feel, borders of the file attached in the chat window using this CSS.
Example:
- .siq-file-icon {
- background-color: #5d8db3 !important;
- }


Image attached in the chat window
You can change the look and feel, borders of the image attached in the chat window using this CSS.
Example:
- .siq-attach_image {
- filter: grayscale(1) !important;
- }


Image drag-drop section
You can modify the appearance of the image drag-drop section here.
Example:
- .siq-dragdrop-mask {
- background-color: #eee !important;
- padding-top: 8px !important;
- }


You can modify the appearance of the image preview - comment section using this CSS.
Example:
- .siq-comment-textarea {
- background-color: #eee !important;
- }


Image preview section
You can modify the appearance of the image preview section using this CSS.
Example:
- .siq-image-preview {
- box-shadow: 0 0 21px #a2a2a2 !important;
- }


Attachment uploading in the chat window
You can change the look and feel, borders of the image/file attachment upload progressing in the chat window using this CSS.
Example:
- .siq-file-progress {
- box-shadow: 0px 0 21px #e0b8b8 !important;
- }

