Question
I want to add a link to my external website on the home page of the help center, how can I do this?
Answer
Disclaimer: This article is provided for instructional purposes only. Zendesk does not support or guarantee the code. Zendesk also can't provide support for third-party technologies such as JavaScript, jQuery, or CSS. Post any issues you have in the comments section or try searching for a solution online.
To add a link to the home page of your help center you will need to add custom HTML to your help center theme. Follow the steps below to add the custom code.
- Open the page template of your help center.
- Open the Header page (header.hbs) tab.
- Below the line
<ul class="user-nav-list">
enter the following HTML code, replacing www.yoursite.com with your website URL includinghttps://
<a href="https://www.yoursite.com" target="_blank">Go to the website</a>
- Click Save.
The link to your website will appear on the home page of your help center as shown below.
0 Comments
Please sign in to leave a comment.