How to set the position of a custom Attention Grabber
The instructions below are for desktops and laptops only.
You can upload your own custom Attention Grabber image and adjust its position so it appears exactly where you want it around the widget.
This guide shows how to upload a custom Attention Grabber and set its position using both the Widget Appearance editor and the JavaScript API.
Position a custom Attention Grabber with the Widget Appearance editor

2. Click Administration on the left navigation bar.

3. Click Chat Widget in the left submenu.


5. This opens the Widget Appearance editor. Under Attention Grabber, turn the Enabled switch on.

6. Click Gallery.

7. On the Select Attention Grabber pop-up, click Upload in the bottom right corner. Then, select an image from your computer.
For best results:
- File formats supported: .png, .jpg
- Ideal dimensions: 100 × 100 pixels
Tip: Keeping the image simple and clear helps draw attention without distracting visitors.

8. After uploading, you’ll see the image appear in the preview on the right of the editor.

- Enable or disable Place image in front of widget to control whether the image appears in front of or behind the widget.
- Rotate the image — click 90° CW (clockwise) or 90° CCW (counterclockwise).
- Click and drag the image in the preview to position it around the widget. You can move the image anywhere within the grey box surrounding the widget.

9. When you're happy with the position, click Save.
Position a custom attention grabber with JavaScript API
You can also set the position of a custom attention grabber using the `customStyle` object in the JavaScript API.
Add the code below to your existing widget code, and update the `xOffset` and `yOffset` values based on the position you want.
Note: Do not place this object inside a function. These values must be available before the widget script is downloaded. Changing them after the widget script has been downloaded will not update the widget’s style.
Additional considerations
- Attention Grabbers are shown only on desktop browsers
Visitors using mobile phones or tablets will not see the Attention Grabber.
- The Attention Grabber only appears when the widget is online
If your widget is offline or no agents are available, the image will not be displayed.
Related guides
- Click the green live chat icon
- Schedule a call with us
- Visit our community
