Changing the Live Chat Avatar

This article will guide you on how to personalize your Live Chat Avatar in UseResponse. You can set up your company logo or a custom image for Live Chats. Please note that you must have Admin permissions in UseResponse to make these changes.To change the Live Chat avatar for all of your Support Channels, please follow these steps:

  1. Click on Administration (Setting Gear Icon) > Interfaces

  2. A new window would appear. Please click on Advanced > CSS

  3. Scroll towards “Widget CSS” and click on the “Pencil Icon” to edit
  4. Copy the belowscript and paste it within the Widget CSS field.
  5. .UR_widgetId_280 .UR_chatAvatar span.UR_chatBotAvatar,
    .UR_widgetId_280 .UR_chatHeaderAvatar span.UR_chatBotAvatar {
    background-image: url("Insert URL link here")
    }


    Note: Within the above script, only the “widgetId” and the “URL link” will differ and the remaining script will remain unchanged.

    How to Identify "Widget ID" for Avatar?

    The WidgetId represents a unique number assigned to your Support Channel > Widget for live chat. The unique Widget IDs that can be accessed via the following steps:

    1. Click on Administration (Setting Gear Icon) > Support Channels
    2. Click on Widgets > Pencil Icon

    Copy the number before .js as that’s your Widget ID. As shown via the screenshot below, the Widget ID for this account is 13

    The above-shared script should look like this:

    In case of Multiple Live Chat Widget:

    If you’ve set up two Live Chat Widgets, you will have two unique Widget IDs. Each Live Chat Widget will have its unique Widget ID and while they will be accessed via the same steps as above, the script for the second one will be posted on a new line as shown below:


    If you have any questions at all, please feel free to reach out to us by sending an email at [email protected]

Is this article helpful?
0 0 0