> For the complete documentation index, see [llms.txt](https://docs.livecaller.io/livecaller/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.livecaller.io/livecaller/widget-api/css.md).

# 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>
```
