# Customizer

You can change the default layout in the **views/main-layout.html** file in the body tag

```
<body data-pc-preset="preset-1" data-pc-sidebar-caption="true"data-pc-layout="vertical" data-pc-direction="ltr" data-pc-theme_contrast="" data-pc-theme="light">
```

<table><thead><tr><th width="244">Attribute</th><th>Description</th></tr></thead><tbody><tr><td>data-pc-preset= "preset-1"</td><td>To set the your primary theme color you can change ['preset-1' ] for different color.</td></tr><tr><td> data-pc-sidebar-caption= "true"</td><td>To set the caption on.</td></tr><tr><td>data-pc-layout = "vertical"</td><td>To set the vertical Sidebar.</td></tr><tr><td>data-pc-direction = "ltr"</td><td>To set the layout direction left to right.</td></tr><tr><td>data-pc-theme = "light"</td><td>To set the layout theme light.</td></tr><tr><td>data-pc-theme = "dark"</td><td>To set the layout theme dark.</td></tr></tbody></table>
