Custom Code
Here you can insert additional scripts like the Google tracking code, CSS code, JS codes, and HTML tags. for example.
Custom Css
You can use custom CSS to add your styles (code tweaks) or overwrite default CSS from a template or extension. This option is useful for small design changes.
There are several ways of adding your own custom CSS or custom JS to a Helix-based theme. For further information, take a look at the Customization section tutorial.
Custom Javascript
You can add custom JavaScript code. It loads your custom Javascript file after all other JavaScript files (except special hardcoded occasions), allowing you to be the last one who will affect your website.
This may be sufficient for smaller customizations, to load specific JavaScript or CSS/SCSS files take a look at Customization documentation.
Last updated