To edit custom pages within your Zendesk Guide theme by modifying their code, you can follow a specific process. This method allows you to directly adjust the content and structure of these particular pages.
Editing Custom Pages in Zendesk Guide
This guide outlines the steps necessary to edit custom pages within your Zendesk Guide theme's code.
Step-by-Step Guide to Editing Custom Pages
Follow these steps to access and modify the code of your custom pages in Zendesk Guide:
- Access Guide: Navigate to your Zendesk Guide instance.
- Customize Design: In the Guide sidebar, click the Customize design icon. This icon is typically represented by a brush or palette ( ).
- Select Your Theme: Find the theme that contains the custom page you wish to edit and click Customize on it.
- Edit Code: Within the theme customization options, click Edit code. This opens the theme's code editor.
- Find Your Custom Page: In the list of theme files, locate and select the specific custom page you want to modify. Custom pages will be listed in the editor interface.
- Make Your Edits: Edit the content of the custom page as required in the code editor. You can modify HTML, CSS, or Javascript depending on the page structure and your needs.
- Publish Changes:
- If you are working on a live theme, remember to click Publish to make your changes visible to users.
- If you are working on a draft or a copy, save your changes; publishing will be a separate step when you're ready to activate the theme.
By following these steps, you can directly edit the code of custom pages within your Zendesk Guide theme, giving you granular control over their appearance and functionality.
Understanding the Editing Environment
When you click Edit code, you enter an environment where you can see and modify the underlying files that make up your Guide theme. Custom pages are typically separate files within this structure, allowing for unique content outside the standard help center articles.
Key Considerations:
- Editing code requires some familiarity with web technologies like HTML, CSS, and potentially Javascript.
- Be cautious when editing live themes, as errors can immediately affect your help center's appearance or functionality. It's often recommended to work on a copy of your theme or utilize a staging environment if available.
This method specifically addresses editing custom pages via code within Zendesk Guide, as detailed in the provided reference. Other parts of Zendesk or other types of edits might require different processes.