Theme Documentation > Custom code

Custom code

Custom ‘liquid’ code or your own html code can be inserted into certain sections of the theme. This allows you to create your own code snippets.

Warning:
This functionality should only be used by those who are familiar with liquid coding. If you make mistakes in the code, you could break your store.

Any liquid code written into the text box will be rendered as liquid. For example {{ shop.name }} will display the name of your store.