{"versionId":"10112aba-92ee-4a8c-8a13-08de86ffd947","articleId":"11cc03b7-7d8d-47f2-974c-08dadefe172f","title":"Callouts","tags":["callouts","engagements","chatbot basics","All articles"],"content":"<html><head></head><body><h2>What is a callout?</h2>\n<p>The first message in your <a href=\"https://help.faqbot.ai/article/engagements\" target=\"_blank\" rel=\"noopener\">welcome engagement</a><a href=\"https://help.faqbot.ai/article/engagements\" target=\"_blank\" rel=\"noopener\"> </a>can optionally be shown as a callout.&nbsp;</p>\n<figure>\n<div><img style=\"width: 576px;\" src=\"https://assets.website-files.com/610329b90a72af108e6cc634/610329b90a72afc0bc6cc899_Callout%20engagement%20(1).png\" alt=\"\" loading=\"lazy\"></div>\n</figure>\n<h2><br>What can I include in a callout?</h2>\n<p>A callout appears before your bot has been opened on your web page, as an invitation to interact. It can include text, emoji, an image and/or a link.</p>\n<p>You can use callouts to highlight content, promote a campaign or event, or provide targeted messaging on specific landing pages.</p>\n<h2><img src=\"https://portal.faqbot.nz/api/images/079d861d72cc4aca80c65588df217079/files/Callout%20construction.png\"></h2>\n<h2>How do I style my callout?</h2>\n<p>You can use Helpfruit's built-in CSS Editor to make changes to the default callout style - go to the Custom CSS tab on the <a title=\"Bot styles\" href=\"https://portal.helpfruit.com/configuration/bot-styles\" target=\"_blank\" rel=\"noopener\">Bot Styles page</a> in the Helpfruit portal.</p>\n<p>Here are some CSS snippets that may be useful:</p>\n<h3>Close callout</h3>\n<p>(by default, the x is currently only visible on hover state)</p>\n<pre class=\"language-css\"><code>/* Always show the x button - recommended */\n.callout-close-wrapper {\n    opacity: 100;\n}\n\n\n/* Always show the x button on screens &lt; 768px wide */\n@media screen and (max-width: 768px) { \n    .callout-close-wrapper {\n        opacity: 100;\n    }\n}\n</code></pre>\n<h3>Callout width</h3>\n<p>This can be useful if you plan to have a lot of content in your callout.</p>\n<pre class=\"language-css\"><code>\n/* Widen message on all screen sizes - recommended*/\n/* Fix right padding to better highlight x */\n.callout-message {\n    max-width: 330px;\n    padding: 10px 25px 10px 10px;\n}\n</code></pre>\n<h3>Hide callout</h3>\n<p>Again useful if you have a long callout message - hides it entirely on small mobile screens.</p>\n<pre class=\"language-css\"><code>/* Recommend to hide on mobile. */\n/* Do not display callouts on screens &lt; 400px wide */\n/* Update to 340px to show on most mobile devices */\n@media screen and (max-width: 400px) {\n    .callout-message {\n        display: none;\n    }\n    .callout-message-triangle {\n        display: none;\n    }\n    .callout-message-triangle-shadow {\n        display: none;\n    }\n    #myChatButton {\n        bottom:2vh;\n    }\n}</code></pre>\n<h2 id=\"mcetoc_1gjfjqnep1lm\"></h2></body></html>","description":"Callouts show up as a speech bubble when your chatbot loads. The first message in your welcome engagement can optionally be shown as a callout. ","isMarkdown":false,"publishedOnUtc":"2026-03-21T04:29:35.9821342","modifiedOnUtc":"2022-12-16T00:40:11.8296566"}