Adding custom liquid
The Custom liquid section can be used to add any code snippet to a template. This is a great way to add app install scripts if an app requires manual installation. This is a great approach to take - your theme code remains un-edited and you still have access to easily update the theme.
1
Add Custom liquid section
Click Add section.
Click Custom liquid to add the section.
2
Add your code
Paste in your code.
Remove the section padding and borders.
This section renders liquid so if you plan to add JavaScript or CSS you'll need to include that within a
<script>
or astyle
tag.
Last updated
Was this helpful?