> For the complete documentation index, see [llms.txt](https://wiki.theshop.dev/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.theshop.dev/docs/frontstore/api/template-customization.md).

# Template customization

In this section, you can find the information about the templates and how to customize them.

* [Edit CSS](#edit-css)
* [CSS structure](#css-structure)

## Edit CSS

Global CSS:

```
resources/css/app.css
```

Edit CSS via these commands:

```javascript
npm run dev
```

```
npm run watch
```

## Edit structure

To edit a box structure, edit `.php` in the `blade` files.

You can use any other language or framework, such as JavaScript or Vue.js.

### File path to Head

To edit the head, follow this file path:

```
resources/view/layout.blade.php
```
