Agents with Guide Manager privileges can import or export a zip archive of a Help Center theme, containing templates, JavaScript, CSS, and assets.
Importing a Help Center theme
You can import a zip archive of a Help Center theme.
To import a theme into your Help Center
-
In Guide, click the Customize design icon (
) in the sidebar.
The Themes page opens.
- Click Add new theme in the upper-right corner.
-
Click Import theme file.
The dropdown menu used to add and import themes -
Find and select your theme file.
Your theme files should be in a compressed file.
The theme is imported and appears on your Themes page.
You can have a maximum of 10 themes for each of your brands in Guide.
Exporting a Help Center theme
You can export any of your Help Center theme as a zip archive comprising page templates, JavaScript, CSS, and assets. This enables you to work on it locally, with your own development tools, and check it into version control. To make iterative changes to your theme, see Previewing theme changes locally.
Exporting your theme is the only way to access the manifest.json
file for the theme. The manifest file enables you to customize the theme’s branding settings, including colors, fonts, and images.
To export an existing Help Center theme
-
In Guide, click the Customize design icon (
) in the sidebar.
The Themes page opens.
- Hover your mouse over the theme you want to export.
-
Click the options menu (
), then select Export.
The Themes menu visible after clicking on the Customize link The theme is downloaded to your computer in a zipped file.
Comments
2 comments
Does the theme directory structure need to be the same as the original themes? Also, can I use my own custom fonts?
Yes, the folder structure will need to be the same for all themes and you certainly can use your own fonts! Just include them as an asset and use the
$asset
helper in CSS to use them.