Our custom CSS feature allows you to embed custom CSS code to your HelpKit site. This way you can style your HelpKit site in whatever way you want. Get creative! 👩🎨 🎨
You can learn more about HelpKit’s CSS classes here: HelpKit CSS Classes
If you want to use the feature all you have to do is:
- Go to
Settings/Integrations
and scroll down to the Custom CSS section
- Enter your custom CSS code
- Hit save

NOTE: If you notice that some of your css adjustments do not get reflected on your site the reason could be a simple CSS specifcity issue. The simplest workaround would be to add the keyword !important at the end of a declaration. Learn more about it here.