Notifications
Clear all

Remove Down Votes with CSS?

3 Posts
2 Users
0 Likes
988 Views
(@tk42dan)
Member Customer
Joined: 7 years ago
Posts: 4
Topic starter  

Hello! After asking on the Advanced Likers addon page, I was instructed by the GVectors team open a support ticket on the forum, so here goes.

I would like to be able to remove the negative/down votes from the plugin. I have one project on which I want to keep things positive. : ) The person who replied said it would require a little custom CSS which I could get here. 

Thank you for your time and help!

Dan


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

Please navigate to Dashboard > Comments > Settings > Styling admin page, put this CSS code in Custom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on front-end:

#wpcomm .wc-vote-link.wc-down {
      display: none;
}
#wpcomm .wc-comment-footer .wc-vote-result {
     margin-right: 5px;
}

   
ReplyQuote
(@tk42dan)
Member Customer
Joined: 7 years ago
Posts: 4
Topic starter  

This seems to have worked perfectly. Thanks!


   
ReplyQuote
Share:
Scroll to top