This guide walks you through advanced site configuration settings in PowerHouse Hub. These tools provide IT administrators with greater control and allow customisation of your site’s appearance and behaviour.
To access, navigate to Settings on the side menu, then select Custom Scripts from the Platform Settings:
IMPORTANT: Changes will not be updated until the SAVE button is clicked at the very bottom of the page.
Admins can add links to custom CSS stylesheets and JavaScript files to adjust fonts, apply specific branding styles, or enable additional interactive features. This level of access provides flexibility to tailor the site more closely to your organisation’s needs.
In addition, Google Analytics scripts can be added here. This enables tracking of user activity across individual pages, including information such as the visitor’s operating system, browser, and general usage patterns. Google Analytics processes this data to offer valuable insights that can help improve the overall user experience and site performance.
These tools are optional but powerful, and should only be used by those with the appropriate technical knowledge.
Scripts Before </head>
Add any code that needs to load before the <head> tag.
Scripts After <body>
Add any code that should run immediately after the <body> tag.
Scripts Before </body>
Add any code that should execute just before the </body> tag.
When you're done with your updates, make sure to click Save to apply the changes.