Want a cleaner look for your knowledge base by removing article reactions? Here's a quick solution using custom CSS.
Quick Solution
Add this CSS snippet to your HelpKit custom CSS settings:
Paste this custom CSS code into your integration project settings
.helpkit .helpkit-article-feedback-wrapper { display: none !important; }
Step-by-Step Guide
1. Go to your HelpKit project settings
2. Navigate to the Integrations
tab and scroll to the Custom CSS section
3. Paste the CSS code above
4. Save your changes
The article reactions will now be hidden across all your knowledge base articles.

What This Does
This CSS code removes the article reaction section that typically appears at the bottom of your articles, giving your knowledge base a more streamlined appearance.
Need help? Our support team is always here to assist you!