Customising G3W¶
G3W-SUITE supports customisation of its interface, enabling you to adapt the system to your organisation’s branding and preferences, and improve the user experience.
Step 1: Update Site Title¶
-
Go to the G3W-SUITE Administration Panel.
-
Click the Gear icon in the top navigation bar.
-
Under Configurations, select Django administration.
-
On Admin page, under Constance, click Config.
-
In the Value field, enter your new site title.
-
Click Save.

When the page reloads, the website title displayed in the browser tab will update automatically.

Step 2: Update Landing Page Background¶
-
Go to the G3W-SUITE Administration Panel.
-
Click the Gear icon in the top navigation bar.
-
Under File Manager, select Files.
-
Navigate to custom_static/images/home.
Image credit: G3W-SUITE -
Edit the images.json to update metadata about the image (e.g. author name, URL).
-
Name your new image landing.jpeg and upload it.

If no images.json file is present, G3W-SUITE will automatically use the first image in the directory as the landing-page background.
After uploading, your new background image and author credits should appear on the landing page. If the landing page doesn’t display your updated image:
-
Right-click the page and select Open DevTools / Inspect Element.
-
In the top-bar, open the Network tab.
-
Check Disable cache and reload the page.
-
Uncheck Disable cache and close DevTools.

Your G3W-SUITE landing page will now display your new background image, complete with author credit.

Step 3: Update Logos¶
-
Go to the G3W-SUITE Administration Panel.
-
Click the Gear icon in the top navigation bar.
-
Under File Manager, select Files.
-
Navigate to the custom_static folder.
-
Replace the following files with your custom versions (keeping the same filenames):
File | Usage |
---|---|
favicon.ico | Shown as favicon on the browser tab. |
logo_main.png | Used when the left sidebar on the admin page is expanded. |
logo_reduced.png | Used when the left sidebar on the admin page is collapsed. |
logo_login.png | Used when logging in to the admin page directly (e.g. from the URL) instead of using the landing page. |


Step 4: Customise Website Styles and Colours¶
-
Go to the G3W-SUITE Administration Panel.
-
Click the Gear icon in the top navigation bar.
-
Under File Manager, select Files.
-
Navigate to custom_static/css.
-
Download custom.css, edit it locally, and upload your updated version.
