Support Center
Styling issues are uncommon but can result when styles on your own site conflict with bot styles.
You can fix these by using some custom CSS on your site.
Below are the most common issues. For larger issues, such as those that occur on Shopify, see this dedicated help article with styles for Shopify (may also work on other platforms).
Here is how the code snippet would look like for installation:
<style>
div.talktext p {
color: black !important;
}
</style>
Common issues and the relevant CSS is below:
You can insert this as custom CSS on your site to fix it:
<style>
div.talktext p {
color: black !important;
}
</style>
You can insert this as custom CSS on your site to fix it:
<style>
#poweredBy {
background-color: white !important;
}
</style>
You can insert this as custom CSS on your site to fix it:
<style>
.chatLink {
color: blue !important;
}
</style>
You can insert this as custom CSS on your site to fix it:
<style>
.sc-suggestions-element {
color: blue !important;
}
</style>
You can insert this as custom CSS on your site to fix it:
<style>
.sc-message--text-content {
font-size: 18px !important;
}
</style>