How to remove "Percentage of people found this helpful" that appears below the articles.

Kvb Kiran
Tera Contributor

Is there any way to remove the percentage calculation to the right of this widget?
I have enable the entire helpful Yes/No by using a property "glide.knowman.show_yn_rating". 
I still do want the Yes/No buttons but i only want the calculation text to be removed. I see that is a out of the box widget and cannot be edited. Rather cloned and make changes to it. 

1 ACCEPTED SOLUTION

Renat Akhmedov
Tera Guru

Hi @Kvb Kiran, yes, it's possible. Please check the widget itself and change it in the widget. You can use the following CSS style, 

.kb-feedback .helpful-percentage {
display: none !important;
}

Just please check the exact class name via the developer tools, 

Best regards,
Renat Akhmedov

View solution in original post

5 REPLIES 5

Did you mean, clone the widget and make modifications?