To add a website link to your Zendesk help center, you need to use a simple HTML anchor tag. Open the Header page (header.hbs) of your help center theme and insert the following code below the line<ul class="user-nav-list">
:
<a href="https://www.yoursite.com" target="_blank">Go to the website</a>
Make sure to replacewww.yoursite.com
with your actual website URL, includinghttps://
. Once you've added the code, save your changes to see the link appear on your help center's home page.
To add a link to your website on the Zendesk help center home page, you need to modify the HTML of your help center theme. Start by opening the page template of your help center and navigate to the Header page (header.hbs) tab. Insert the following…
To insert the HTML code for adding a link in your Zendesk help center, you need to access the Header page (header.hbs) of your help center theme. Locate the line<ul class="user-nav-list">
and place your HTML code right below it. The code should…
While you can use JavaScript or CSS for various customizations, adding a simple link to your Zendesk help center home page is best done using HTML. The process involves editing the Header page (header.hbs) of your help center theme and inserting an…