--- title: Configure the GOV.UK Design System Service Portal theme description: Use the Branding Editor to give the GDS Service Portal its own look and feel. locale: en-US canonical_url: https://www.servicenow.com/docs/r/government-industry/psds-config-gds-theme.html release: australia topic_type: concept last_updated: "2026-06-01" reading_time_minutes: 3 breadcrumb: [Configure UK GDS Service Portal, GOV.UK Developer Toolkit, Set up self-service, Configure, Public Sector Digital Services \(PSDS\)] --- # Configure the GOV.UK Design System Service Portal theme Use the Branding Editor to give the GDS Service Portal its own look and feel. You can customize the default GDS Service Portal theme to suit your needs using the Branding Editor. To access the Branding Editor, navigate to **Service Portal** > **Service Portal Configuration**, then select **Branding Editor**. From the portal list, select **UK Government Portal**, and use the options on the Quick Setup and Theme Colors tabs to customize the portal. \[Omitted image "psds\_gds\_branding\_editor.png"\] Alt text: GDS Portal Branding Editor.
| Field | Description |
|---|---|
| Portal Title | The name of your portal. Changing the name of the portal in the Branding Editor also changes the title on the portal form field in the platform UI. |
| Logo | The logo that appears in the header for your portal. This image is scaled to a maximum height of 46 px and a maximum width of 200 px. |
| Logo padding | Where you want the logo to sit in relation to the edge of the header. This information is stored in the CSS variables section on the portal form. |
| Tag line & background | Fields defined by the JSON schema in the **Quick start config** field on the portal record in the platform UI. The sample Service Portal adds **Tag Line** and **Background** to the Branding Editor using the following schema: ``` [{ "tagline": { "table" : "sp_instance", "sys_id" : "34fe3d96cb20020000f8d856634c9cf4", "field" : "title" }, "hero_background": { "table" : "sp_container", "sys_id" : "be98a8d2cb20020000f8d856634c9c63", "field" : "background_image" } }] ``` For more information on editing the portal from the portal record page, see [Configure the GOV.UK Design System Service Portal record](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/government-industry/psds-config-gds-portal-record.md). |
| Tag line | Introduce your users to a portal page with a tag line. This text is stored in an instance of the homepage search widget. |
| Tag line color | Select a color for the tag line. |
| Homepage background color | Add a color for your background. You can type in a color name, hex color, decimal \(RGB\), or select from the color palette. |
| Background image | Upload an image to appear in the background of your homepage. This image is stored in the container for the widget on your homepage. |