# CSS

**Hide widget icon and toggle launcher**

```css
<style>
  .lc-frame-launcher {display: none !important;}
</style>
```

**Change widget position**

```css
<style>
    .lc-frame-widget { right: 30px !important; bottom: 100px !important; }
</style>
```
