Is there a widget that acts like the like and dislike one, but only has and tallies the number of likes, and omits dislikes?

  • RawsonSaunders
    Asked on January 21, 2019 at 9:31 AM
  • Victoria_K
    Replied on January 21, 2019 at 11:35 AM

    As far as I understand, you would like to show the total of likes only for the 'Like and Dislike' widget. Is this correct? 

    Is there a widget that acts like the like and dislike one, but only has and tallies the number of likes, and omits dislikes? Image 1 Screenshot 20

    I would suggest to add custom CSS code into the widget to hide dislikes count:

    How-to-Inject-CSS-Codes-to-Widgets

    #dislikeCount {display: none !important;}

    Unfortunately, I can not find any alternative widget to suggest.

    Let us know if you need more help.