40. How to Customise OVERLAPS
In this guide we'll tell you how to brand various parts of OVERLAPS to make it your own.
40.1 Text Customisation
Under Config -> Settings -> Customisation -> Branding you will find two options for what OVERLAPS calls itself:
This setting defines the text that is shown both in the tab title and the header menu bar.
Defines the text that appears when you hover your mouse over the logo in the menu bar.
40.2 Image Customisation
There are two images that are currently customisable: the site logo and the icon as displayed in your browser's tab bar (which actually consists of three image files).
Before you can replace these with your own images, you will need to follow these steps:
- Navigate to "*C:\ProgramData\Int64 Software Ltd\OVERLAPS*"
- Create a new folder called "override"
- Open the new "override" folder and create another folder inside it called "img".
The structure should now look like this:
-> C:\ProgramData\Int64 Software Ltd\OVERLAPS\
-> override\
-> img\
40.2.1 Customising the Site Logo
The site logo is a PNG image file no larger than 64x64 pixels. Once you have your replacement logo, put it in the "img" folder and name it "logo-64.png".
Once that's done, if you restart the OVERLAPS service it should now display your logo.
40.2.2 Customising the Icon
The icon consists of 3 files:
- favicon.ico - An Icon File supporting various resolutions (typically 16x16, 24x24, 32x32, and 48x48). This goes in the root "override" folder.
- icon-16.png - A 16x16 PNG image file which goes in the "img" folder.
- icon-32.png - As above, but 32x32 pixels.
Once these have been added to the override folder you should have this structure (including the Site Logo):
-> C:\ProgramData\Int64 Software Ltd\OVERLAPS\
-> override\
-> favicon.ico
-> img\
-> logo-64.png
-> icon-16.png
-> icon-32.png