> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/widget/functioning-customization/settings/widget-appearance.md).

# Widget Appearance

**Widget Color**

Set the widget color

```
acquireIO.updateSettings({'crm.primary_color':'#fff000'})        
```

**Widget Position**

Set the widget position

To set widget position **Left side** :

```
acquireIO.updateSettings({'crm.widget_position':'bl'})
```

To set widget position **Right side**:

```
acquireIO.updateSettings({'crm.widget_position':'br'})  
```
