
Project custom code
By opening Project Settings and selecting the Custom Code section, you can add code that will be applied to the whole project, i.e. will work for all website pages. This option makes it possible to apply custom styles for the entire site, as well as to embed external scripts and libraries.
Custom code can be added in two ways: inside the <head> tag and before the </body> tag.
Code inside the <head> tag
Code placed in the <head> tag makes it possible to add links to external resources, metadata, and custom styles. For this, the <link>, <meta> and <style></style> tags are used.
Code before the </body> tag
Code will be placed at the very bottom before the closing <body> tag. Here you can place, for example, <script></script> tags to include JavaScript code.
Code design rules
HTML, CSS , and JavaScript -based codes can be used. Server programming languages (for example, Perl, PHP, Python, Ruby) cannot be embedded.
Don't forget to use closing tags. To simplify the work in the Code editor, closing tags are used automatically .
Do not use <html>, <body>, and <head> tags in a custom code.
Custom code is not validated , so incorrect code can cause problems in the work of the published project.
Quick Start
Dashboard
Design Editor
Website structure and layout
Elements and Widgets
Design and Styling
Integrations
Collections (CMS)
Page settings
Publishing and export
Shortcuts