Change the text of the Submit a request link on your help center by editing the code in your theme.
The workflow includes the steps below.
Step 1: Verify the prerequisites
This change requires you to edit the theme code of the help center and is only available on Suite Growth plans or higher.
Step 2: Make a copy of the theme
To change the text of the Submit a request link on your help center, replace the text in the code that sets this text.
Before you make changes to your live theme, make a copy of the theme and update the copied version.
Step 3: Change the text
To change the text of the link
- In Guide, select the icon Customize design () in the sidebar
- On the theme you want to edit, select Customize to open the theme
- Select Edit code at the bottom of the page
- Select header.hbs and replace the following code:
{{link 'new_request' class='submit-a-request'}}
with the code
{{#link 'new_request' class='submit-a-request'}}Contact Us{{/link}}
Replace the text Contact Us with the text string you'd like displayed.
-
Select Publish to save the changes
The theme code will display the new text.
This change will only alter the display of the link on the home page and will not change any breadcrumbs on your site. If you would like this text to be updated wherever it is displayed, consider using Javascript or JQuery.