Remove the helper
The help center has a set of helpers that perform certain actions. Delete the new_request link identifier from the template of your help center to remove the Submit a request link.
To remove the helper from your template:
- In Knowledge admin, click the Customize design icon (
) in the sidebar - From the theme you want to work with, select Customize
- Select Edit code and open the header.hbs template
-
Remove the following lines from your template:
{{link 'new_request' class='submit-a-request'}}<li class="item">{{link 'new_request' role="menuitem" class='submit-a-request'}}</li> - Click Save
-
Open the article_page.hbs template and remove this line:
<div class="article-more-questions"> {{request_callout}} </div>
This line of code controls the link to submit new requests on articles. - Click Save
If you remove the signin link, users can't track their requests in the help center. If you want to provide email-only support, see Turn off ticket management in your help center to allow email-only support.