Custom CSS styles
You can use custom styles for the chat robot on your site by simply adding CSS styles to your own web page.
How to reposition the chatbot and move it to the left of the screen?
The chatbot appears inserted in two iframes #chatIframe and #popupIframe, therefore to make the chatbot appear on the left, you will have to add the following CSS code.
<style>
#popupIframe, #chatIframe {float: left! important; right: auto! important;}
</style>
If you want to change the color, you can do it from the settings in your Cliengo account.
In case you have the WhatsApp widget on the left side, you will need to move it to the right so they don't overlpa. Add the following CSS code
#wspIframe {float:right!important;left:auto!important; right: 0px !important;}
Comments
0 comments
Article is closed for comments.