> For the complete documentation index, see [llms.txt](https://lezada.docs.hasthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lezada.docs.hasthemes.com/theme-settings/general-settings/custom-css-and-js.md).

# Custom CSS & JS

## Step 1

![](https://2660769954-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MccyNuK6eTGishgIP-S%2F-McxEb6kiCLAs-PsHExg%2F-McxF7oRiffgCLk1u8Sc%2Fhed1.jpg?alt=media\&token=dc202790-ed79-43e7-a285-e85d69eab935)

## Step 2

![](https://2660769954-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MccyNuK6eTGishgIP-S%2F-MdMRt03qQVZmP1XH0nB%2F-MdMXVjGJK_AKjewzBuC%2F2.jpg?alt=media\&token=7061132c-b3e0-4be4-b3ae-fd1a8a406ae4)

## Custom CSS

![](https://2660769954-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MccyNuK6eTGishgIP-S%2F-MdMYHJhrdV-t1TyUKFy%2F-MdMZn2slrc_jtWqDct6%2F1.jpg?alt=media\&token=7fa49073-fd8f-4819-893d-7a15fd02db02)

```css
<style>
    body{
        background: green;
    }
</style>
```

## Custom JS

![](https://2660769954-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MccyNuK6eTGishgIP-S%2F-MdMYHJhrdV-t1TyUKFy%2F-MdM_CiyEDGnRSWuglDN%2F2.jpg?alt=media\&token=c1ddac69-1ef0-4325-be73-fe29867f659f)

```javascript
<script>
alert("Hello Custom Script");
</script>
```
