Adding Custom Code Snippets (HTML, CSS, Javascript)

The Custom Code settings page is a powerful feature for administrators, allowing you to seamlessly integrate third-party services and customize the appearance of your BeDesk help center without modifying core application files. You can add tracking scripts, custom styling, or other widgets to enhance your help center's functionality and branding.

You can find this page by navigating to Admin > Settings > Custom Code.

Custom HTML & JavaScript

This tab allows you to insert any HTML or JavaScript code, which will be added to the <head> section of every page. This is perfect for integrating services that require you to place a script on your site.

Common uses include:

To use it, simply paste your code into the text area and click Save changes.

Custom CSS

The Custom CSS tab lets you add your own CSS (Cascading Style Sheets) rules to override the default styles of the site.

You can change site colors from themes editor in Admin > Settings > Themes page without the need for custom CSS.

After adding your styles, click Save changes to apply them to your site.

⚠️ A Quick Word of Caution

The Custom Code feature provides direct access to your site's front-end. Please be careful, as incorrect or malicious code can break your site's functionality or introduce security risks.