Notifications
Clear all
Topic starter
11/02/2018 5:18 am
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
11/02/2018 12:19 pm
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;
}
Topic starter
12/02/2018 8:54 pm
This seems to have worked perfectly. Thanks!