Hi, I am integrating live chat with wordpress and I need different icon for widget. But I cannot find anywhere how to change it. In the settings I can only see options to change color or move chat icon left or right but nothing about having a different one. Can you please assist me with this issue?
I am trying to change the icon of the chat launcher. Per your instructions, I have inserted this into Wordpress>Customize>CSS. It's not working, could you please correct?
Hubspot Live Chat does not provide a direct option to change the icon for the chat launcher. However, you can customize the look of the chat launcher by modifying the HTML and CSS code of the chat launcher.
Here is a step-by-step guide on how you can change the icon of the Hubspot Live Chat Launcher:
Go to your Hubspot account and navigate to the Live Chat section.
Copy the code provided.
Create a new HTML file on your computer and paste the copied code into it.
Find the following line in the code:
<div class="hs-chat-icon"></div>
Replace this line with the following code to display a custom icon using an image
Copy the URL of the hosted HTML file and paste it in the Install code section in your Hubspot account.
Click on the Save button to apply the changes.
Now, the custom icon will be displayed in the chat launcher. You can further customize the look of the chat launcher by modifying the CSS code in the HTML file.
This is an AI generated reply. I hope this will work for you.
I have the same problem and I found your reply. However, I can't find the Install code button at step 2. I navigated to Conversations > Chatflows but there's only chatflows I created. Did I navigate to a wrong section?