yogacid Posted October 10 Posted October 10 (edited) Site URL: https://psygaia.org I want to remove the chat bot icon from specific pages. Here is the code for the chatbot: <script> window.embeddedChatbotConfig = { chatbotId: "gUlZWD_wiFw46xBnH0JM4", domain: "www.chatbase.co" } </script> <script src="https://www.chatbase.co/embed.min.js" chatbotId="gUlZWD_wiFw46xBnH0JM4" domain="www.chatbase.co" defer> </script> Thank you! Edited October 10 by yogacid
Solution Spark-Plugin Posted October 10 Solution Posted October 10 Hi @yogacid, you can try adding this code: 1. Go to Pages. 2. Hover over the page name where you want to apply the code, and you’ll see a gear icon—click on it. 3. Go to Advanced. 5. Paste the code, click Save, and you’re all set. <style> #chatbase-bubble-button, #chatbase-bubble-button * { margin: 0; padding: 0; box-sizing: border-box; display: none !important; } </style> Let me know how it goes:) - Answered by Iuno from sparkplugin.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment