Forums
Home / Plugin: Thumbs Rating / Use only Thumb Up
(@artyvisual)
4 years, 3 months ago
Is there a way to only use the Vote-up? (so not showing the Vote-down button). Many thanks,
(@quicoto)
Yes!
You can add this to your theme’s style.css file:
.thumbs-rating-down { display: none !important; }
It should hide the vote down button.
Hope this helps!
Ricard