Notifications
Clear all
Topic starter
20/08/2018 5:44 pm
How do I remove the thumbs down option in all of wpdiscuz and
wpDiscuz Advanced Likers
?
I would like for all members to not be able to click thumbs down.
They either click thumbs up or ignore.
How do I achieve this?
This topic was modified 6 years ago 2 times by monty
20/08/2018 6:16 pm
Hi @monty,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS in Custom CSS Code textarea.
#wpcomm .wc-vote-link.wc-down{
display: none !important;
}
.wcai-wrapper .wcai-profile-stat-box {
width: 32%
}
.wcai-profile-stat-box:nth-child(4) {
display: none;
}
monty reacted
Topic starter
20/08/2018 11:51 pm
Thanks