Title: Hide Thumb Down Count
Last modified: November 20, 2022

---

# Hide Thumb Down Count

 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/hide-thumb-down-count/)
 * How would I make it so the thumb-down count is only displayed to the author and
   admins (hide the thumb-down count from the public)?
 * People can still vote thumb-down, however, only the author and admins can see
   the results. Only the thumb-up results can be seen by everyone.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/hide-thumb-down-count/#post-16216851)
 * In the frontend I don’t know but I think you have the vote columns in the Dashboard,
   in the posts list.
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/hide-thumb-down-count/#post-16217407)
 * It is the front end that I don’t want the downvotes count displayed (similar 
   to YouTube), Only the admins have access to the backend so it does not need to
   be hidden there.
 * Is there a filter or something that could be done with the plugin to get this
   effect?
 *  Plugin Author [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/hide-thumb-down-count/#post-16217932)
 * You have CSS classes to select each element
 * To hide the down votes in the FE add this to your custom CSS:
 *     ```
       .thumbs-rating-down { display: none !important; }
       ```
   
 * Let me know if this works for you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide Thumb Down Count’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/thumbs-rating_d1a77d.svg)
 * [Thumbs Rating](https://wordpress.org/plugins/thumbs-rating/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thumbs-rating/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thumbs-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/thumbs-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thumbs-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thumbs-rating/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/hide-thumb-down-count/#post-16217932)
 * Status: not resolved