Category / Section
How to Change the Contact Support Link in the Knowledge Base
Published:
Using the custom JS option, you can add your website link to the knowledge base’s “Contact Support” section.
To do so, go to Admin > Customer Portal > Customization > Custom JS and paste the following custom JS code.
Here is the custom JS code:
if(document.querySelector('#contact-support-container').querySelector('.contact-support-text')) {
document.querySelector('#contact-support-container').querySelector('.contact-support-text').querySelector('a').href = "https://www.google.com";
}
You can replace the Google URL with your website URL.
Pasting the custom JS code
To learn where to paste the above custom JS code, refer to this article.
Related articles
- How to Restrict Agents from Creating Tickets in Customer Portal
- How to Add an External Website Link to the Customer Portal
- Make Phone Number Field Mandatory in Web Form & Widget
- How to Add Third Party Scripts to the Customer Portal?
- How to Increase the Length of the Description Field in the Web Forms and Web Widgets
- How to Modify the “Knowledge Base” Title Text in the Customer Portal