Answer
Aug 17, 2020 - 08:32 AM
The way you would disable the voting for answers or other types of content, is to hide that functionality via CSS on your platform. You can manage that in your administration dashboard under "Customization > CSS" where you can identify the containing element that the voting features lie within and then simply set the CSS to not show that element.
You can use this CSS attribute:
You can use this CSS attribute:
display: none;
We don't have a setting to disable this feature as it's not commonly requested, but through a little CSS customization you can achieve that result for your knowledge base.