Add custom HTML, CSS, and JS to enhance your help center's functionality and design.
Go to Help Center → Settings → SEO & Custom Code
Add your custom HTML code in the provided field
This code will be applied to every page of your help center
<script>
// Your custom script goes here.
</script>
Important: CSS must be wrapped in <style></style>
tags since you're adding raw HTML code.
<style>
// Your custom CSS goes here.
</style>