# 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'})  
```
