You can customise your Synergy Web to match your requirements. These customisations are done at the root level of the website, and will apply to all website instances.
π Note: Customisations using images and stylesheets which are not loaded from the domain hosting your website may need to be added to the list of allowed website domains in the Content Security Policy page.
Customise your site
To get started follow these steps.
Click Administration, then click Websites.
Click Customisations.
Where files are inherited from the website root, you can identify these by the inherited file marker next to the file name.
Here's the files that are included by default.β
footerlogo.inc | This controls the default footer at the bottom of the page. |
links.inc | This is an include file in which any custom CSS files need to be added as a link. There's already a link in place for the sitespecific.css file. |
sitefooterbottom.inc | This is a blank includes file which you can use to add markup to create a footer which sits directly below the default Synergy logo footer. |
sitefootertop.inc | This is a blank includes file which you can use to add markup to create a footer which sits directly above the default Synergy logo footer. |
siteheaderbottom.inc | This is a blank includes file which you can use to add markup to create a header which sits directly below the existing navigation bar. |
siteheadertop.inc | This is a blank includes file which you can use to add markup to create a header which sits directly above the existing navigation bar. |
sitelogo.inc | This file controls which image is used for the site logo image located on the left of the existing navigation bar. |
sitespecific.css | This is a blank CSS file which can be used to enter any custom CSS. This overrides standard CSS. |
On pages where there is no vertical scrollbar, the footers automatically sit at the bottom of the page, rather than directly below the lowest content.
For this to function correctly, the fixed height of the footers is specified. If changing any of the footer-related files, this number likely change and the CSS for these values needs to be overridden, and the values amended for the new height.
Update your customisation files
If you need to update your customisation files, follow these steps.
Click Download on the file you need to edit.
Make the required edits to the file.β
Go back to the Customisations page in Synergy Web Admin.
Click Browse and navigate to the file location.
Select your file, then click Upload.
