Summary
If you plan to add more intricate page customisation to your site then you may require the use of HTML in order to achieve this. This guide will show you where to add custom HTML on your platform.
Step 1 - Navigate
Custom HTML elements are managed within the Additional HTML page on your platform. You can find this page by going to the following, whilst logged in as a site administrator:
Site Administration > Appearance > Additional HTML
Step 2 - Adding HTML
Within the Additional HTML page there are a few different options as to where you can add the HTML code in order for it to serve its desired purpose. We’ll touch more on each of these below:
Within HEAD
Content added here will be added to the bottom of the HEAD tag for every page. The HEAD element is used to add important metadata which runs first when the site opens.
When BODY is opened
Content added here will be added to every page immediately after opening the BODY tag. This content will be visible to users.
Before BODY is closed
Content added here will be added to every page right before the BODY tag is closed. This content will be visible to users.
Step 3 - Save
Once you've added in the required HTML code, you can then scroll to the bottom of the page and click “save changes”.