Sometimes, you need to add custom code to a page to achieve specific features or designs. This can improve user experience, provide unique functions, or integrate tools not available by default. Here’s how to add custom code to a page:
1. Navigate to the website page you want to add custom code.
2. From the top navigation bar, select the Settings button.

3. Select the Custom Code tab, where you can add your HTML/CSS/JS code to the page.
a. Custom Code Header: The codes inputted in this editor will be inserted in the <head></head> section of the page.
b. Custom Code Footer: The codes inputted in this editor will be inserted just before </body> tag.

4. Publish your page.
