How to modify the CSS of the Chat bubble?
Thanks to the "custom CSS" field at the bottom of the application configuration section, you can enter CSS code. Just copy and paste your CSS code. Screenshot 2024-07-19 at 10.57.59.png How to change the position of the bubble? You can change the 60px to another value in order to adjust the position of the bubble.Some readersHow do I exclude CoCo from specific pages?
To exclude CoCo from specific pages of your site, we work on the principle of a reversed REGEX. No worries, the AI will do everything for us! You can use ChatGPT, Mistral, or Claude. Copy the URLs where you want to exclude CoCo and replace the XXX in the following sentence (it's normal that the meaning of this sentence is opposite to what you want): "I want to exclude all URLs except XXXXX. Create a Regex that matches all other URLs except this one." The AI will give you a URL like this:Few readersHow to configure the bubble in multiple languages?
By Default: To configure the languages on the bubble, you need to activate this service by default: If you are using Weglot You don't need to activate the plugin from the previous step, this is important! The Weglot translation mechanism works as follows: It scans the original content of your online website (HTML file). After the scan, Weglot analyzes (reads and segments)Few readers