Notifications
Clear all
Topic starter
23/04/2019 5:33 pm
Hello,
I don't use the Upvote/Downvote on my site because the down vote is a problem. I suggest on option to have only the Up Vote. It will be very usefull.
Thanks !!
Fabien.
24/04/2019 11:41 am
Hi @steelbookpro,
You can hide the Downvote option using the CSS code. Here is a CSS code you can use:
#wpcomm .wc-vote-link.wc-down {
display: none !important;
}
Please add it in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea save it and enable the voting feature. In this case, it'll show only the Upvote option.
Fabien reacted
Topic starter
24/04/2019 2:32 pm
It's work, thank you very much !